#CC6680

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

Shades of Charm #CC6680

Tints of Charm #CC6680

Color information

#CC6680 (or 0xCC6680) is unknown color: approx Charm. HEX triplet: CC, 66 and 80. RGB value is (204,102,128). Sum of RGB (Red+Green+Blue) = 204+102+128=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 102 (40.23% from 255 or 23.50% from 434); Blue value is 128 (50.39% from 255 or 29.49% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6680 is #33997F. Grayscale: #878787. Windows color (decimal): -3381632 or 8414924. OLE color: 8414924.

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

Color convert

RGB204102128-
CMYK00.50.370.2
HSL344.71º50%60%-
HSV(B)344.71º50%80%-
XYZ33.5523.923.27-
YUV135.46123.79176.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.00%
GREEN value IS 102 (40.23% from 255) = 23.50%
BLUE value IS 128 (50.39% from 255) = 29.49%
R=47.00%
G=23.50%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.37
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410212800.50.370.2344.715060
HexCC66800322514159323c
Octal31414620006245245316274
Binary11001100110011010000000011001010010110100101011001110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6680; }

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

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

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

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

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

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

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

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