Shades of Cold Turkey #CDB2AF
Tints of Cold Turkey #CDB2AF
RGB
CMYK
RGB Variations
Color information
#CDB2AF (or 0xCDB2AF) is known color: Cold Turkey. HEX triplet: CD, B2 and AF. RGB value is (205,178,175). Sum of RGB (Red+Green+Blue) = 205+178+175=558 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.74% from 558); Green value is 178 (69.92% from 255 or 31.90% from 558); Blue value is 175 (68.75% from 255 or 31.36% from 558); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB2AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB2AF is #324D50. Grayscale: #B9B9B9. Windows color (decimal): -3296593 or 11514573. OLE color: 11514573.
HSL color Cylindrical-coordinate representation of color #CDB2AF: hue angle of 6º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDB2AF is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 178 | 175 | - |
| CMYK | 0 | 0.13 | 0.15 | 0.20 |
| HSL | 6º | 0.23% | 0.75% | - |
| HSV(B) | 6º | 0.15% | 0.8% | - |
| XYZ | 48.84 | 47.92 | 47.23 | - |
| YUV | 185.73 | 121.95 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 178 | 175 | 0 | 0.13 | 0.15 | 0.20 | 6 | 0.23 | 0.75 |
| Hex | CD | B2 | AF | 0 | D | F | 14 | 6 | 17 | 4B |
| Octal | 315 | 262 | 257 | 0 | 15 | 17 | 24 | 6 | 27 | 113 |
| Binary | 11001101 | 10110010 | 10101111 | 0 | 1101 | 1111 | 10100 | 110 | 10111 | 1001011 |
Color Harmonies of #CDB2AF
Complementary color
Monochromatic Colors of #CDB2AF
Black with #CDB2AF
Text Example
Text Example
White with #CDB2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB2AF; }
p { color: rgb(205,178,175); }
H1.HeaderClassName
{
color: #CDB2AF;
}
.AnyTagClassName
{
color: #CDB2AF;
}
</style>
background-color css
<style>
a { background-color: #CDB2AF; }
a { background-color: rgb(205,178,175); }
div.DivClassName
{
background-color: #CDB2AF;
}
.BgClassName
{
background-color: #CDB2AF;
}
</style>
border-color css
<style>
span { border-color: #CDB2AF; }
span { border-color: rgb(205,178,175); }
td.TdClassName
{
border-color: #CDB2AF;
}
.TagClassName
{
border-color: #CDB2AF;
}
</style>