Shades of Can Can #CD87A8
Tints of Can Can #CD87A8
RGB
CMYK
RGB Variations
Color information
#CD87A8 (or 0xCD87A8) is known color: Can Can. HEX triplet: CD, 87 and A8. RGB value is (205,135,168). Sum of RGB (Red+Green+Blue) = 205+135+168=508 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.35% from 508); Green value is 135 (53.12% from 255 or 26.57% from 508); Blue value is 168 (66.02% from 255 or 33.07% from 508); Max value from RGB is 205 - color contains mainly: red. Hex color #CD87A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD87A8 is #327857. Grayscale: #9F9F9F. Windows color (decimal): -3307608 or 11044813. OLE color: 11044813.
HSL color Cylindrical-coordinate representation of color #CD87A8: hue angle of 331.71º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CD87A8 is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 135 | 168 | - |
CMYK | 0 | 0.34 | 0.18 | 0.20 |
HSL | 331.71º | 0.41% | 0.67% | - |
HSV(B) | 331.71º | 0.34% | 0.8% | - |
XYZ | 40.91 | 33.13 | 41.29 | - |
YUV | 159.69 | 132.69 | 160.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 135 | 168 | 0 | 0.34 | 0.18 | 0.20 | 331.71 | 0.41 | 0.67 |
Hex | CD | 87 | A8 | 0 | 22 | 12 | 14 | 14C | 29 | 43 |
Octal | 315 | 207 | 250 | 0 | 42 | 22 | 24 | 514 | 51 | 103 |
Binary | 11001101 | 10000111 | 10101000 | 0 | 100010 | 10010 | 10100 | 101001100 | 101001 | 1000011 |
Color Harmonies of #CD87A8
Complementary color
Monochromatic Colors of #CD87A8
Black with #CD87A8
Text Example
Text Example
White with #CD87A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD87A8; }
p { color: rgb(205,135,168); }
H1.HeaderClassName
{
color: #CD87A8;
}
.AnyTagClassName
{
color: #CD87A8;
}
</style>
background-color css
<style>
a { background-color: #CD87A8; }
a { background-color: rgb(205,135,168); }
div.DivClassName
{
background-color: #CD87A8;
}
.BgClassName
{
background-color: #CD87A8;
}
</style>
border-color css
<style>
span { border-color: #CD87A8; }
span { border-color: rgb(205,135,168); }
td.TdClassName
{
border-color: #CD87A8;
}
.TagClassName
{
border-color: #CD87A8;
}
</style>