Shades of Cold Turkey #CDBDB9
Tints of Cold Turkey #CDBDB9
RGB
CMYK
RGB Variations
Color information
#CDBDB9 (or 0xCDBDB9) is known color: Cold Turkey. HEX triplet: CD, BD and B9. RGB value is (205,189,185). Sum of RGB (Red+Green+Blue) = 205+189+185=579 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.41% from 579); Green value is 189 (74.22% from 255 or 32.64% from 579); Blue value is 185 (72.66% from 255 or 31.95% from 579); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBDB9 is #324246. Grayscale: #C1C1C1. Windows color (decimal): -3293767 or 12172749. OLE color: 12172749.
HSL color Cylindrical-coordinate representation of color #CDBDB9: hue angle of 12º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDBDB9 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 189 | 185 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.20 |
| HSL | 12º | 0.17% | 0.76% | - |
| HSV(B) | 12º | 0.1% | 0.8% | - |
| XYZ | 52.13 | 52.88 | 53.36 | - |
| YUV | 193.33 | 123.3 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 189 | 185 | 0 | 0.08 | 0.10 | 0.20 | 12 | 0.17 | 0.76 |
| Hex | CD | BD | B9 | 0 | 8 | A | 14 | C | 11 | 4C |
| Octal | 315 | 275 | 271 | 0 | 10 | 12 | 24 | 14 | 21 | 114 |
| Binary | 11001101 | 10111101 | 10111001 | 0 | 1000 | 1010 | 10100 | 1100 | 10001 | 1001100 |
Color Harmonies of #CDBDB9
Complementary color
Monochromatic Colors of #CDBDB9
Black with #CDBDB9
Text Example
Text Example
White with #CDBDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBDB9; }
p { color: rgb(205,189,185); }
H1.HeaderClassName
{
color: #CDBDB9;
}
.AnyTagClassName
{
color: #CDBDB9;
}
</style>
background-color css
<style>
a { background-color: #CDBDB9; }
a { background-color: rgb(205,189,185); }
div.DivClassName
{
background-color: #CDBDB9;
}
.BgClassName
{
background-color: #CDBDB9;
}
</style>
border-color css
<style>
span { border-color: #CDBDB9; }
span { border-color: rgb(205,189,185); }
td.TdClassName
{
border-color: #CDBDB9;
}
.TagClassName
{
border-color: #CDBDB9;
}
</style>