Shades of Can Can #CD8D9A
Tints of Can Can #CD8D9A
RGB
CMYK
RGB Variations
Color information
#CD8D9A (or 0xCD8D9A) is known color: Can Can. HEX triplet: CD, 8D and 9A. RGB value is (205,141,154). Sum of RGB (Red+Green+Blue) = 205+141+154=500 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41% from 500); Green value is 141 (55.47% from 255 or 28.2% from 500); Blue value is 154 (60.55% from 255 or 30.8% from 500); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8D9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8D9A is #327265. Grayscale: #A1A1A1. Windows color (decimal): -3306086 or 10128845. OLE color: 10128845.
HSL color Cylindrical-coordinate representation of color #CD8D9A: hue angle of 347.81º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CD8D9A is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 141 | 154 | - |
CMYK | 0 | 0.31 | 0.25 | 0.20 |
HSL | 347.81º | 0.39% | 0.68% | - |
HSV(B) | 347.81º | 0.31% | 0.8% | - |
XYZ | 40.53 | 34.36 | 35.07 | - |
YUV | 161.62 | 123.7 | 158.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 141 | 154 | 0 | 0.31 | 0.25 | 0.20 | 347.81 | 0.39 | 0.68 |
Hex | CD | 8D | 9A | 0 | 1F | 19 | 14 | 15C | 27 | 44 |
Octal | 315 | 215 | 232 | 0 | 37 | 31 | 24 | 534 | 47 | 104 |
Binary | 11001101 | 10001101 | 10011010 | 0 | 11111 | 11001 | 10100 | 101011100 | 100111 | 1000100 |
Color Harmonies of #CD8D9A
Complementary color
Monochromatic Colors of #CD8D9A
Black with #CD8D9A
Text Example
Text Example
White with #CD8D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8D9A; }
p { color: rgb(205,141,154); }
H1.HeaderClassName
{
color: #CD8D9A;
}
.AnyTagClassName
{
color: #CD8D9A;
}
</style>
background-color css
<style>
a { background-color: #CD8D9A; }
a { background-color: rgb(205,141,154); }
div.DivClassName
{
background-color: #CD8D9A;
}
.BgClassName
{
background-color: #CD8D9A;
}
</style>
border-color css
<style>
span { border-color: #CD8D9A; }
span { border-color: rgb(205,141,154); }
td.TdClassName
{
border-color: #CD8D9A;
}
.TagClassName
{
border-color: #CD8D9A;
}
</style>