#CC6F7C

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

Shades of Charm #CC6F7C

Tints of Charm #CC6F7C

Color information

#CC6F7C (or 0xCC6F7C) is unknown color: approx Charm. HEX triplet: CC, 6F and 7C. RGB value is (204,111,124). Sum of RGB (Red+Green+Blue) = 204+111+124=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 111 (43.75% from 255 or 25.28% from 439); Blue value is 124 (48.83% from 255 or 28.25% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6F7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6F7C is #339083. Grayscale: #8C8C8C. Windows color (decimal): -3379332 or 8155084. OLE color: 8155084.

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

Color convert

RGB204111124-
CMYK00.460.390.2
HSL351.61º47.69%61.76%-
HSV(B)351.61º45.59%80%-
XYZ34.2225.6622.22-
YUV140.29118.81173.44-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.47%
GREEN value IS 111 (43.75% from 255) = 25.28%
BLUE value IS 124 (48.83% from 255) = 28.25%
R=46.47%
G=25.28%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.39
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411112400.460.390.2351.6147.6961.76
HexCC6F7C02E2714160303e
Octal31415717405647245406076
Binary1100110011011111111100010111010011110100101100000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6F7C; }

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

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

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

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

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

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

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

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