#CC6F7E

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

Shades of Charm #CC6F7E

Tints of Charm #CC6F7E

Color information

#CC6F7E (or 0xCC6F7E) is unknown color: approx Charm. HEX triplet: CC, 6F and 7E. RGB value is (204,111,126). Sum of RGB (Red+Green+Blue) = 204+111+126=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 111 (43.75% from 255 or 25.17% from 441); Blue value is 126 (49.61% from 255 or 28.57% from 441); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6F7E is #339081. Grayscale: #8C8C8C. Windows color (decimal): -3379330 or 8286156. OLE color: 8286156.

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

Color convert

RGB204111126-
CMYK00.460.380.2
HSL350.32º47.69%61.76%-
HSV(B)350.32º45.59%80%-
XYZ34.3525.7122.89-
YUV140.52119.81173.28-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.26%
GREEN value IS 111 (43.75% from 255) = 25.17%
BLUE value IS 126 (49.61% from 255) = 28.57%
R=46.26%
G=25.17%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.38
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411112600.460.380.2350.3247.6961.76
HexCC6F7E02E261415e303e
Octal31415717605646245366076
Binary1100110011011111111110010111010011010100101011110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6F7E; }

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

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

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

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

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

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

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

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