#CC6E7A

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

Shades of Charm #CC6E7A

Tints of Charm #CC6E7A

Color information

#CC6E7A (or 0xCC6E7A) is unknown color: approx Charm. HEX triplet: CC, 6E and 7A. RGB value is (204,110,122). Sum of RGB (Red+Green+Blue) = 204+110+122=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 110 (43.36% from 255 or 25.23% from 436); Blue value is 122 (48.05% from 255 or 27.98% from 436); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6E7A is #339185. Grayscale: #8B8B8B. Windows color (decimal): -3379590 or 8023756. OLE color: 8023756.

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

Color convert

RGB204110122-
CMYK00.460.400.2
HSL352.34º47.96%61.57%-
HSV(B)352.34º46.08%80%-
XYZ33.9925.3921.52-
YUV139.47118.14174.02-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.79%
GREEN value IS 110 (43.36% from 255) = 25.23%
BLUE value IS 122 (48.05% from 255) = 27.98%
R=46.79%
G=25.23%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411012200.460.400.2352.3447.9661.57
HexCC6E7A02E2814160303e
Octal31415617205650245406076
Binary1100110011011101111010010111010100010100101100000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6E7A; }

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

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

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

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

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

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

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

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