#C37084

Color #C37084 Charm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Charm #C37084

Tints of Charm #C37084

Color information

#C37084 (or 0xC37084) is unknown color: approx Charm. HEX triplet: C3, 70 and 84. RGB value is (195,112,132). Sum of RGB (Red+Green+Blue) = 195+112+132=439 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.42% from 439); Green value is 112 (44.14% from 255 or 25.51% from 439); Blue value is 132 (51.95% from 255 or 30.07% from 439); Max value from RGB is 195 - color contains mainly: red. Hex color #C37084 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37084 is #3C8F7B. Grayscale: #8B8B8B. Windows color (decimal): -3968892 or 8679619. OLE color: 8679619.

HSL color Cylindrical-coordinate representation of color #C37084: hue angle of 345.54º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C37084 is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB195112132-
CMYK00.430.320.24
HSL345.54º40.89%60.2%-
HSV(B)345.54º42.56%76.47%-
XYZ32.4624.8624.92-
YUV139.1124167.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 44.42%
GREEN value IS 112 (44.14% from 255) = 25.51%
BLUE value IS 132 (51.95% from 255) = 30.07%
R=44.42%
G=25.51%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19511213200.430.320.24345.5440.8960.2
HexC3708402B201815a293c
Octal30316020405340305325174
Binary11000011111000010000100010101110000011000101011010101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37084; }

 p { color: rgb(195,112,132); }

 H1.HeaderClassName
 {
   color: #C37084;
 }
 .AnyTagClassName
 {
   color: #C37084;
 }
</style>
background-color css

<style>
 a { background-color: #C37084; }

 a { background-color: rgb(195,112,132); }

 div.DivClassName
 {
   background-color: #C37084;
 }
 .BgClassName
 {
   background-color: #C37084;
 }
</style>
border-color css

<style>
 span { border-color: #C37084; }

 span { border-color: rgb(195,112,132); }

 td.TdClassName
 {
   border-color: #C37084;
 }
 .TagClassName
 {
   border-color: #C37084;
 }
</style>