Shades of Cold Turkey #CDBAB7
Tints of Cold Turkey #CDBAB7
RGB
CMYK
RGB Variations
Color information
#CDBAB7 (or 0xCDBAB7) is known color: Cold Turkey. HEX triplet: CD, BA and B7. RGB value is (205,186,183). Sum of RGB (Red+Green+Blue) = 205+186+183=574 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.71% from 574); Green value is 186 (73.05% from 255 or 32.40% from 574); Blue value is 183 (71.88% from 255 or 31.88% from 574); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBAB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBAB7 is #324548. Grayscale: #BFBFBF. Windows color (decimal): -3294537 or 12040909. OLE color: 12040909.
HSL color Cylindrical-coordinate representation of color #CDBAB7: hue angle of 8.18º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CDBAB7 is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 186 | 183 | - |
| CMYK | 0 | 0.09 | 0.11 | 0.20 |
| HSL | 8.18º | 0.18% | 0.76% | - |
| HSV(B) | 8.18º | 0.11% | 0.8% | - |
| XYZ | 51.28 | 51.52 | 52.04 | - |
| YUV | 191.34 | 123.29 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 186 | 183 | 0 | 0.09 | 0.11 | 0.20 | 8.18 | 0.18 | 0.76 |
| Hex | CD | BA | B7 | 0 | 9 | B | 14 | 8 | 12 | 4C |
| Octal | 315 | 272 | 267 | 0 | 11 | 13 | 24 | 10 | 22 | 114 |
| Binary | 11001101 | 10111010 | 10110111 | 0 | 1001 | 1011 | 10100 | 1000 | 10010 | 1001100 |
Color Harmonies of #CDBAB7
Complementary color
Monochromatic Colors of #CDBAB7
Black with #CDBAB7
Text Example
Text Example
White with #CDBAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBAB7; }
p { color: rgb(205,186,183); }
H1.HeaderClassName
{
color: #CDBAB7;
}
.AnyTagClassName
{
color: #CDBAB7;
}
</style>
background-color css
<style>
a { background-color: #CDBAB7; }
a { background-color: rgb(205,186,183); }
div.DivClassName
{
background-color: #CDBAB7;
}
.BgClassName
{
background-color: #CDBAB7;
}
</style>
border-color css
<style>
span { border-color: #CDBAB7; }
span { border-color: rgb(205,186,183); }
td.TdClassName
{
border-color: #CDBAB7;
}
.TagClassName
{
border-color: #CDBAB7;
}
</style>