#CC6684

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

Shades of Charm #CC6684

Tints of Charm #CC6684

Color information

#CC6684 (or 0xCC6684) is unknown color: approx Charm. HEX triplet: CC, 66 and 84. RGB value is (204,102,132). Sum of RGB (Red+Green+Blue) = 204+102+132=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 102 (40.23% from 255 or 23.29% from 438); Blue value is 132 (51.95% from 255 or 30.14% from 438); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6684 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6684 is #33997B. Grayscale: #878787. Windows color (decimal): -3381628 or 8677068. OLE color: 8677068.

HSL color Cylindrical-coordinate representation of color #CC6684: hue angle of 342.35º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC6684 is Cyan = 0, Magento = 0.5, Yellow = 0.35 and Black (K on CMYK) = 0.2.

Color convert

RGB204102132-
CMYK00.50.350.2
HSL342.35º50%60%-
HSV(B)342.35º50%80%-
XYZ33.8224.0124.68-
YUV135.92125.79176.56-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.58%
GREEN value IS 102 (40.23% from 255) = 23.29%
BLUE value IS 132 (51.95% from 255) = 30.14%
R=46.58%
G=23.29%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.35
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410213200.50.350.2342.355060
HexCC66840322314156323c
Octal31414620406243245266274
Binary11001100110011010000100011001010001110100101010110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6684; }

 p { color: rgb(204,102,132); }

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

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

 a { background-color: rgb(204,102,132); }

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

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

 span { border-color: rgb(204,102,132); }

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