#CC6E7E

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

Shades of Charm #CC6E7E

Tints of Charm #CC6E7E

Color information

#CC6E7E (or 0xCC6E7E) is unknown color: approx Charm. HEX triplet: CC, 6E and 7E. RGB value is (204,110,126). Sum of RGB (Red+Green+Blue) = 204+110+126=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 110 (43.36% from 255 or 25% from 440); Blue value is 126 (49.61% from 255 or 28.64% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6E7E is #339181. Grayscale: #8B8B8B. Windows color (decimal): -3379586 or 8285900. OLE color: 8285900.

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

Color convert

RGB204110126-
CMYK00.460.380.2
HSL349.79º47.96%61.57%-
HSV(B)349.79º46.08%80%-
XYZ34.2425.522.85-
YUV139.93120.14173.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.36%
GREEN value IS 110 (43.36% from 255) = 25%
BLUE value IS 126 (49.61% from 255) = 28.64%
R=46.36%
G=25%
B=28.64%

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
Decimal20411012600.460.380.2349.7947.9661.57
HexCC6E7E02E261415e303e
Octal31415617605646245366076
Binary1100110011011101111110010111010011010100101011110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6E7E; }

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

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

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

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

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

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

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

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