#CD85A9

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

Shades of Can Can #CD85A9

Tints of Can Can #CD85A9

Color information

#CD85A9 (or 0xCD85A9) is unknown color: approx Can Can. HEX triplet: CD, 85 and A9. RGB value is (205,133,169). Sum of RGB (Red+Green+Blue) = 205+133+169=507 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.43% from 507); Green value is 133 (52.34% from 255 or 26.23% from 507); Blue value is 169 (66.41% from 255 or 33.33% from 507); Max value from RGB is 205 - color contains mainly: red. Hex color #CD85A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD85A9 is #327A56. Grayscale: #9E9E9E. Windows color (decimal): -3308119 or 11109837. OLE color: 11109837.

HSL color Cylindrical-coordinate representation of color #CD85A9: hue angle of 330º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CD85A9 is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB205133169-
CMYK00.350.180.20
HSL330º41.86%66.27%-
HSV(B)330º35.12%80.39%-
XYZ40.7332.6241.69-
YUV158.63133.85161.07-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.43%
GREEN value IS 133 (52.34% from 255) = 26.23%
BLUE value IS 169 (66.41% from 255) = 33.33%
R=40.43%
G=26.23%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513316900.350.180.2033041.8666.27
HexCD85A9023121414a2a42
Octal315205251043222451252102
Binary110011011000010110101001010001110010101001010010101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD85A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD85A9; }

 p { color: rgb(205,133,169); }

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

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

 a { background-color: rgb(205,133,169); }

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

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

 span { border-color: rgb(205,133,169); }

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