#C66F84

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

Shades of Charm #C66F84

Tints of Charm #C66F84

Color information

#C66F84 (or 0xC66F84) is unknown color: approx Charm. HEX triplet: C6, 6F and 84. RGB value is (198,111,132). Sum of RGB (Red+Green+Blue) = 198+111+132=441 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.90% from 441); Green value is 111 (43.75% from 255 or 25.17% from 441); Blue value is 132 (51.95% from 255 or 29.93% from 441); Max value from RGB is 198 - color contains mainly: red. Hex color #C66F84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66F84 is #39907B. Grayscale: #8B8B8B. Windows color (decimal): -3772540 or 8679366. OLE color: 8679366.

HSL color Cylindrical-coordinate representation of color #C66F84: hue angle of 345.52º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C66F84 is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB198111132-
CMYK00.440.330.22
HSL345.52º43.28%60.59%-
HSV(B)345.52º43.94%77.65%-
XYZ33.1425.0424.92-
YUV139.41123.82169.79-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.90%
GREEN value IS 111 (43.75% from 255) = 25.17%
BLUE value IS 132 (51.95% from 255) = 29.93%
R=44.90%
G=25.17%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19811113200.440.330.22345.5243.2860.59
HexC66F8402C211615a2b3d
Octal30615720405441265325375
Binary11000110110111110000100010110010000110110101011010101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66F84; }

 p { color: rgb(198,111,132); }

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

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

 a { background-color: rgb(198,111,132); }

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

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

 span { border-color: rgb(198,111,132); }

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