Shades of Cold Turkey #CDB0AD
Tints of Cold Turkey #CDB0AD
RGB
CMYK
RGB Variations
Color information
#CDB0AD (or 0xCDB0AD) is known color: Cold Turkey. HEX triplet: CD, B0 and AD. RGB value is (205,176,173). Sum of RGB (Red+Green+Blue) = 205+176+173=554 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.00% from 554); Green value is 176 (69.14% from 255 or 31.77% from 554); Blue value is 173 (67.97% from 255 or 31.23% from 554); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB0AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB0AD is #324F52. Grayscale: #B8B8B8. Windows color (decimal): -3297107 or 11382989. OLE color: 11382989.
HSL color Cylindrical-coordinate representation of color #CDB0AD: hue angle of 5.62º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDB0AD is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 176 | 173 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.20 |
| HSL | 5.63º | 0.24% | 0.74% | - |
| HSV(B) | 5.63º | 0.16% | 0.8% | - |
| XYZ | 48.25 | 47.05 | 46.07 | - |
| YUV | 184.33 | 121.61 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 176 | 173 | 0 | 0.14 | 0.16 | 0.20 | 5.63 | 0.24 | 0.74 |
| Hex | CD | B0 | AD | 0 | E | 10 | 14 | 6 | 18 | 4A |
| Octal | 315 | 260 | 255 | 0 | 16 | 20 | 24 | 6 | 30 | 112 |
| Binary | 11001101 | 10110000 | 10101101 | 0 | 1110 | 10000 | 10100 | 110 | 11000 | 1001010 |
Color Harmonies of #CDB0AD
Complementary color
Monochromatic Colors of #CDB0AD
Black with #CDB0AD
Text Example
Text Example
White with #CDB0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB0AD; }
p { color: rgb(205,176,173); }
H1.HeaderClassName
{
color: #CDB0AD;
}
.AnyTagClassName
{
color: #CDB0AD;
}
</style>
background-color css
<style>
a { background-color: #CDB0AD; }
a { background-color: rgb(205,176,173); }
div.DivClassName
{
background-color: #CDB0AD;
}
.BgClassName
{
background-color: #CDB0AD;
}
</style>
border-color css
<style>
span { border-color: #CDB0AD; }
span { border-color: rgb(205,176,173); }
td.TdClassName
{
border-color: #CDB0AD;
}
.TagClassName
{
border-color: #CDB0AD;
}
</style>