#CC6F78

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

Shades of Charm #CC6F78

Tints of Charm #CC6F78

Color information

#CC6F78 (or 0xCC6F78) is unknown color: approx Charm. HEX triplet: CC, 6F and 78. RGB value is (204,111,120). Sum of RGB (Red+Green+Blue) = 204+111+120=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 111 (43.75% from 255 or 25.52% from 435); Blue value is 120 (47.27% from 255 or 27.59% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6F78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6F78 is #339087. Grayscale: #8B8B8B. Windows color (decimal): -3379336 or 7892940. OLE color: 7892940.

HSL color Cylindrical-coordinate representation of color #CC6F78: hue angle of 354.19º 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 #CC6F78 is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.2.

Color convert

RGB204111120-
CMYK00.460.410.2
HSL354.19º47.69%61.76%-
HSV(B)354.19º45.59%80%-
XYZ33.9825.5620.91-
YUV139.83116.81173.77-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.90%
GREEN value IS 111 (43.75% from 255) = 25.52%
BLUE value IS 120 (47.27% from 255) = 27.59%
R=46.90%
G=25.52%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.41
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411112000.460.410.2354.1947.6961.76
HexCC6F7802E2914162303e
Octal31415717005651245426076
Binary1100110011011111111000010111010100110100101100010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6F78; }

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

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

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

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

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

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

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

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