#CC6A7E

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

Shades of Charm #CC6A7E

Tints of Charm #CC6A7E

Color information

#CC6A7E (or 0xCC6A7E) is unknown color: approx Charm. HEX triplet: CC, 6A and 7E. RGB value is (204,106,126). Sum of RGB (Red+Green+Blue) = 204+106+126=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 106 (41.80% from 255 or 24.31% from 436); Blue value is 126 (49.61% from 255 or 28.90% from 436); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6A7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6A7E is #339581. Grayscale: #898989. Windows color (decimal): -3380610 or 8284876. OLE color: 8284876.

HSL color Cylindrical-coordinate representation of color #CC6A7E: hue angle of 347.76º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CC6A7E is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.2.

Color convert

RGB204106126-
CMYK00.480.380.2
HSL347.76º49%60.78%-
HSV(B)347.76º48.04%80%-
XYZ33.8224.6522.71-
YUV137.58121.47175.37-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.79%
GREEN value IS 106 (41.80% from 255) = 24.31%
BLUE value IS 126 (49.61% from 255) = 28.90%
R=46.79%
G=24.31%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.38
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410612600.480.380.2347.764960.78
HexCC6A7E030261415c313d
Octal31415217606046245346175
Binary1100110011010101111110011000010011010100101011100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6A7E; }

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

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

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

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

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

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

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

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