#CC6D89

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

Shades of Charm #CC6D89

Tints of Charm #CC6D89

Color information

#CC6D89 (or 0xCC6D89) is unknown color: approx Charm. HEX triplet: CC, 6D and 89. RGB value is (204,109,137). Sum of RGB (Red+Green+Blue) = 204+109+137=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 109 (42.97% from 255 or 24.22% from 450); Blue value is 137 (53.91% from 255 or 30.44% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6D89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6D89 is #339276. Grayscale: #8C8C8C. Windows color (decimal): -3379831 or 9006540. OLE color: 9006540.

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

Color convert

RGB204109137-
CMYK00.470.330.2
HSL342.32º48.22%61.37%-
HSV(B)342.32º46.57%80%-
XYZ34.8925.5826.77-
YUV140.6125.97173.22-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.33%
GREEN value IS 109 (42.97% from 255) = 24.22%
BLUE value IS 137 (53.91% from 255) = 30.44%
R=45.33%
G=24.22%
B=30.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.33
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410913700.470.330.2342.3248.2261.37
HexCC6D8902F2114156303d
Octal31415521105741245266075
Binary11001100110110110001001010111110000110100101010110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6D89; }

 p { color: rgb(204,109,137); }

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

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

 a { background-color: rgb(204,109,137); }

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

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

 span { border-color: rgb(204,109,137); }

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