#CC6D77

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

Shades of Charm #CC6D77

Tints of Charm #CC6D77

Color information

#CC6D77 (or 0xCC6D77) is unknown color: approx Charm. HEX triplet: CC, 6D and 77. RGB value is (204,109,119). Sum of RGB (Red+Green+Blue) = 204+109+119=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 109 (42.97% from 255 or 25.23% from 432); Blue value is 119 (46.88% from 255 or 27.55% from 432); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6D77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6D77 is #339288. Grayscale: #8A8A8A. Windows color (decimal): -3379849 or 7826892. OLE color: 7826892.

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

Color convert

RGB204109119-
CMYK00.470.420.2
HSL353.68º48.22%61.37%-
HSV(B)353.68º46.57%80%-
XYZ33.725.1120.52-
YUV138.54116.97174.69-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.22%
GREEN value IS 109 (42.97% from 255) = 25.23%
BLUE value IS 119 (46.88% from 255) = 27.55%
R=47.22%
G=25.23%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.42
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410911900.470.420.2353.6848.2261.37
HexCC6D7702F2A14162303d
Octal31415516705752245426075
Binary1100110011011011110111010111110101010100101100010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6D77; }

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

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

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

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

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

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

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

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