#CD85AB

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

Shades of Can Can #CD85AB

Tints of Can Can #CD85AB

Color information

#CD85AB (or 0xCD85AB) is unknown color: approx Can Can. HEX triplet: CD, 85 and AB. RGB value is (205,133,171). Sum of RGB (Red+Green+Blue) = 205+133+171=509 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.28% from 509); Green value is 133 (52.34% from 255 or 26.13% from 509); Blue value is 171 (67.19% from 255 or 33.60% from 509); Max value from RGB is 205 - color contains mainly: red. Hex color #CD85AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD85AB is #327A54. Grayscale: #9E9E9E. Windows color (decimal): -3308117 or 11240909. OLE color: 11240909.

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

Color convert

RGB205133171-
CMYK00.350.170.20
HSL328.33º41.86%66.27%-
HSV(B)328.33º35.12%80.39%-
XYZ40.9232.6942.68-
YUV158.86134.85160.91-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.28%
GREEN value IS 133 (52.34% from 255) = 26.13%
BLUE value IS 171 (67.19% from 255) = 33.60%
R=40.28%
G=26.13%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513317100.350.170.20328.3341.8666.27
HexCD85AB02311141482a42
Octal315205253043212451052102
Binary110011011000010110101011010001110001101001010010001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD85AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD85AB; }

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

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

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

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

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

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

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

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