Shades of Cold Turkey #CDB6B2
Tints of Cold Turkey #CDB6B2
RGB
CMYK
RGB Variations
Color information
#CDB6B2 (or 0xCDB6B2) is known color: Cold Turkey. HEX triplet: CD, B6 and B2. RGB value is (205,182,178). Sum of RGB (Red+Green+Blue) = 205+182+178=565 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.28% from 565); Green value is 182 (71.48% from 255 or 32.21% from 565); Blue value is 178 (69.92% from 255 or 31.50% from 565); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB6B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB6B2 is #32494D. Grayscale: #BCBCBC. Windows color (decimal): -3295566 or 11712205. OLE color: 11712205.
HSL color Cylindrical-coordinate representation of color #CDB6B2: hue angle of 8.89º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDB6B2 is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 182 | 178 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.20 |
| HSL | 8.89º | 0.21% | 0.75% | - |
| HSV(B) | 8.89º | 0.13% | 0.8% | - |
| XYZ | 49.94 | 49.65 | 49.07 | - |
| YUV | 188.42 | 122.12 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 182 | 178 | 0 | 0.11 | 0.13 | 0.20 | 8.89 | 0.21 | 0.75 |
| Hex | CD | B6 | B2 | 0 | B | D | 14 | 9 | 15 | 4B |
| Octal | 315 | 266 | 262 | 0 | 13 | 15 | 24 | 11 | 25 | 113 |
| Binary | 11001101 | 10110110 | 10110010 | 0 | 1011 | 1101 | 10100 | 1001 | 10101 | 1001011 |
Color Harmonies of #CDB6B2
Complementary color
Monochromatic Colors of #CDB6B2
Black with #CDB6B2
Text Example
Text Example
White with #CDB6B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB6B2; }
p { color: rgb(205,182,178); }
H1.HeaderClassName
{
color: #CDB6B2;
}
.AnyTagClassName
{
color: #CDB6B2;
}
</style>
background-color css
<style>
a { background-color: #CDB6B2; }
a { background-color: rgb(205,182,178); }
div.DivClassName
{
background-color: #CDB6B2;
}
.BgClassName
{
background-color: #CDB6B2;
}
</style>
border-color css
<style>
span { border-color: #CDB6B2; }
span { border-color: rgb(205,182,178); }
td.TdClassName
{
border-color: #CDB6B2;
}
.TagClassName
{
border-color: #CDB6B2;
}
</style>