Shades of Cold Turkey #CDB1AD
Tints of Cold Turkey #CDB1AD
RGB
CMYK
RGB Variations
Color information
#CDB1AD (or 0xCDB1AD) is known color: Cold Turkey. HEX triplet: CD, B1 and AD. RGB value is (205,177,173). Sum of RGB (Red+Green+Blue) = 205+177+173=555 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.94% from 555); Green value is 177 (69.53% from 255 or 31.89% from 555); Blue value is 173 (67.97% from 255 or 31.17% from 555); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB1AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB1AD is #324E52. Grayscale: #B8B8B8. Windows color (decimal): -3296851 or 11383245. OLE color: 11383245.
HSL color Cylindrical-coordinate representation of color #CDB1AD: hue angle of 7.5º 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 #CDB1AD is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 177 | 173 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.20 |
| HSL | 7.5º | 0.24% | 0.74% | - |
| HSV(B) | 7.5º | 0.16% | 0.8% | - |
| XYZ | 48.44 | 47.44 | 46.14 | - |
| YUV | 184.92 | 121.28 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 177 | 173 | 0 | 0.14 | 0.16 | 0.20 | 7.5 | 0.24 | 0.74 |
| Hex | CD | B1 | AD | 0 | E | 10 | 14 | 8 | 18 | 4A |
| Octal | 315 | 261 | 255 | 0 | 16 | 20 | 24 | 10 | 30 | 112 |
| Binary | 11001101 | 10110001 | 10101101 | 0 | 1110 | 10000 | 10100 | 1000 | 11000 | 1001010 |
Color Harmonies of #CDB1AD
Complementary color
Monochromatic Colors of #CDB1AD
Black with #CDB1AD
Text Example
Text Example
White with #CDB1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB1AD; }
p { color: rgb(205,177,173); }
H1.HeaderClassName
{
color: #CDB1AD;
}
.AnyTagClassName
{
color: #CDB1AD;
}
</style>
background-color css
<style>
a { background-color: #CDB1AD; }
a { background-color: rgb(205,177,173); }
div.DivClassName
{
background-color: #CDB1AD;
}
.BgClassName
{
background-color: #CDB1AD;
}
</style>
border-color css
<style>
span { border-color: #CDB1AD; }
span { border-color: rgb(205,177,173); }
td.TdClassName
{
border-color: #CDB1AD;
}
.TagClassName
{
border-color: #CDB1AD;
}
</style>