#CC6F77

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

Shades of Charm #CC6F77

Tints of Charm #CC6F77

Color information

#CC6F77 (or 0xCC6F77) is unknown color: approx Charm. HEX triplet: CC, 6F and 77. RGB value is (204,111,119). Sum of RGB (Red+Green+Blue) = 204+111+119=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 111 (43.75% from 255 or 25.58% from 434); Blue value is 119 (46.88% from 255 or 27.42% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6F77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6F77 is #339088. Grayscale: #8B8B8B. Windows color (decimal): -3379337 or 7827404. OLE color: 7827404.

HSL color Cylindrical-coordinate representation of color #CC6F77: hue angle of 354.84º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CC6F77 is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.2.

Color convert

RGB204111119-
CMYK00.460.420.2
HSL354.84º47.69%61.76%-
HSV(B)354.84º45.59%80%-
XYZ33.9225.5420.59-
YUV139.72116.31173.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.00%
GREEN value IS 111 (43.75% from 255) = 25.58%
BLUE value IS 119 (46.88% from 255) = 27.42%
R=47.00%
G=25.58%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.42
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411111900.460.420.2354.8447.6961.76
HexCC6F7702E2A14163303e
Octal31415716705652245436076
Binary1100110011011111110111010111010101010100101100011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6F77; }

 p { color: rgb(204,111,119); }

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

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

 a { background-color: rgb(204,111,119); }

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

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

 span { border-color: rgb(204,111,119); }

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