#C66B76

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

Shades of Charm #C66B76

Tints of Charm #C66B76

Color information

#C66B76 (or 0xC66B76) is unknown color: approx Charm. HEX triplet: C6, 6B and 76. RGB value is (198,107,118). Sum of RGB (Red+Green+Blue) = 198+107+118=423 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.81% from 423); Green value is 107 (42.19% from 255 or 25.30% from 423); Blue value is 118 (46.48% from 255 or 27.90% from 423); Max value from RGB is 198 - color contains mainly: red. Hex color #C66B76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66B76 is #399489. Grayscale: #878787. Windows color (decimal): -3773578 or 7760838. OLE color: 7760838.

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

Color convert

RGB198107118-
CMYK00.460.400.22
HSL352.75º44.39%59.8%-
HSV(B)352.75º45.96%77.65%-
XYZ31.8223.8320.06-
YUV135.46118.15172.61-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.81%
GREEN value IS 107 (42.19% from 255) = 25.30%
BLUE value IS 118 (46.48% from 255) = 27.90%
R=46.81%
G=25.30%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19810711800.460.400.22352.7544.3959.8
HexC66B7602E28161612c3c
Octal30615316605650265415474
Binary1100011011010111110110010111010100010110101100001101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66B76; }

 p { color: rgb(198,107,118); }

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

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

 a { background-color: rgb(198,107,118); }

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

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

 span { border-color: rgb(198,107,118); }

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