Shades of Can Can #CD8C9C
Tints of Can Can #CD8C9C
RGB
CMYK
RGB Variations
Color information
#CD8C9C (or 0xCD8C9C) is known color: Can Can. HEX triplet: CD, 8C and 9C. RGB value is (205,140,156). Sum of RGB (Red+Green+Blue) = 205+140+156=501 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.92% from 501); Green value is 140 (55.08% from 255 or 27.94% from 501); Blue value is 156 (61.33% from 255 or 31.14% from 501); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8C9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8C9C is #327363. Grayscale: #A1A1A1. Windows color (decimal): -3306340 or 10259661. OLE color: 10259661.
HSL color Cylindrical-coordinate representation of color #CD8C9C: hue angle of 345.23º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CD8C9C is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 140 | 156 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.20 |
| HSL | 345.23º | 0.39% | 0.68% | - |
| HSV(B) | 345.23º | 0.32% | 0.8% | - |
| XYZ | 40.56 | 34.14 | 35.9 | - |
| YUV | 161.26 | 125.03 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 140 | 156 | 0 | 0.32 | 0.24 | 0.20 | 345.23 | 0.39 | 0.68 |
| Hex | CD | 8C | 9C | 0 | 20 | 18 | 14 | 159 | 27 | 44 |
| Octal | 315 | 214 | 234 | 0 | 40 | 30 | 24 | 531 | 47 | 104 |
| Binary | 11001101 | 10001100 | 10011100 | 0 | 100000 | 11000 | 10100 | 101011001 | 100111 | 1000100 |
Color Harmonies of #CD8C9C
Complementary color
Monochromatic Colors of #CD8C9C
Black with #CD8C9C
Text Example
Text Example
White with #CD8C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8C9C; }
p { color: rgb(205,140,156); }
H1.HeaderClassName
{
color: #CD8C9C;
}
.AnyTagClassName
{
color: #CD8C9C;
}
</style>
background-color css
<style>
a { background-color: #CD8C9C; }
a { background-color: rgb(205,140,156); }
div.DivClassName
{
background-color: #CD8C9C;
}
.BgClassName
{
background-color: #CD8C9C;
}
</style>
border-color css
<style>
span { border-color: #CD8C9C; }
span { border-color: rgb(205,140,156); }
td.TdClassName
{
border-color: #CD8C9C;
}
.TagClassName
{
border-color: #CD8C9C;
}
</style>