#CC6A88

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

Shades of Charm #CC6A88

Tints of Charm #CC6A88

Color information

#CC6A88 (or 0xCC6A88) is unknown color: approx Charm. HEX triplet: CC, 6A and 88. RGB value is (204,106,136). Sum of RGB (Red+Green+Blue) = 204+106+136=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 106 (41.80% from 255 or 23.77% from 446); Blue value is 136 (53.52% from 255 or 30.49% from 446); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6A88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6A88 is #339577. Grayscale: #8A8A8A. Windows color (decimal): -3380600 or 8940236. OLE color: 8940236.

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

Color convert

RGB204106136-
CMYK00.480.330.2
HSL341.63º49%60.78%-
HSV(B)341.63º48.04%80%-
XYZ34.524.9226.28-
YUV138.72126.47174.56-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.74%
GREEN value IS 106 (41.80% from 255) = 23.77%
BLUE value IS 136 (53.52% from 255) = 30.49%
R=45.74%
G=23.77%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.33
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410613600.480.330.2341.634960.78
HexCC6A880302114156313d
Octal31415221006041245266175
Binary11001100110101010001000011000010000110100101010110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6A88; }

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

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

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

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

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

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

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

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