#CC6685

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

Shades of Charm #CC6685

Tints of Charm #CC6685

Color information

#CC6685 (or 0xCC6685) is unknown color: approx Charm. HEX triplet: CC, 66 and 85. RGB value is (204,102,133). Sum of RGB (Red+Green+Blue) = 204+102+133=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 102 (40.23% from 255 or 23.23% from 439); Blue value is 133 (52.34% from 255 or 30.30% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6685 is #33997A. Grayscale: #888888. Windows color (decimal): -3381627 or 8742604. OLE color: 8742604.

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

Color convert

RGB204102133-
CMYK00.50.350.2
HSL341.76º50%60%-
HSV(B)341.76º50%80%-
XYZ33.8924.0325.04-
YUV136.03126.29176.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.47%
GREEN value IS 102 (40.23% from 255) = 23.23%
BLUE value IS 133 (52.34% from 255) = 30.30%
R=46.47%
G=23.23%
B=30.30%

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
Decimal20410213300.50.350.2341.765060
HexCC66850322314156323c
Octal31414620506243245266274
Binary11001100110011010000101011001010001110100101010110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6685; }

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

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

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

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

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

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

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

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