Shades of Cold Turkey #CDB3AF
Tints of Cold Turkey #CDB3AF
RGB
CMYK
RGB Variations
Color information
#CDB3AF (or 0xCDB3AF) is known color: Cold Turkey. HEX triplet: CD, B3 and AF. RGB value is (205,179,175). Sum of RGB (Red+Green+Blue) = 205+179+175=559 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.67% from 559); Green value is 179 (70.31% from 255 or 32.02% from 559); Blue value is 175 (68.75% from 255 or 31.31% from 559); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB3AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB3AF is #324C50. Grayscale: #BABABA. Windows color (decimal): -3296337 or 11514829. OLE color: 11514829.
HSL color Cylindrical-coordinate representation of color #CDB3AF: hue angle of 8º 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 #CDB3AF is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 179 | 175 | - |
| CMYK | 0 | 0.13 | 0.15 | 0.20 |
| HSL | 8º | 0.23% | 0.75% | - |
| HSV(B) | 8º | 0.15% | 0.8% | - |
| XYZ | 49.03 | 48.31 | 47.3 | - |
| YUV | 186.32 | 121.61 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 179 | 175 | 0 | 0.13 | 0.15 | 0.20 | 8 | 0.23 | 0.75 |
| Hex | CD | B3 | AF | 0 | D | F | 14 | 8 | 17 | 4B |
| Octal | 315 | 263 | 257 | 0 | 15 | 17 | 24 | 10 | 27 | 113 |
| Binary | 11001101 | 10110011 | 10101111 | 0 | 1101 | 1111 | 10100 | 1000 | 10111 | 1001011 |
Color Harmonies of #CDB3AF
Complementary color
Monochromatic Colors of #CDB3AF
Black with #CDB3AF
Text Example
Text Example
White with #CDB3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB3AF; }
p { color: rgb(205,179,175); }
H1.HeaderClassName
{
color: #CDB3AF;
}
.AnyTagClassName
{
color: #CDB3AF;
}
</style>
background-color css
<style>
a { background-color: #CDB3AF; }
a { background-color: rgb(205,179,175); }
div.DivClassName
{
background-color: #CDB3AF;
}
.BgClassName
{
background-color: #CDB3AF;
}
</style>
border-color css
<style>
span { border-color: #CDB3AF; }
span { border-color: rgb(205,179,175); }
td.TdClassName
{
border-color: #CDB3AF;
}
.TagClassName
{
border-color: #CDB3AF;
}
</style>