Shades of Cold Turkey #CDB6B4
Tints of Cold Turkey #CDB6B4
RGB
CMYK
RGB Variations
Color information
#CDB6B4 (or 0xCDB6B4) is known color: Cold Turkey. HEX triplet: CD, B6 and B4. RGB value is (205,182,180). Sum of RGB (Red+Green+Blue) = 205+182+180=567 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.16% from 567); Green value is 182 (71.48% from 255 or 32.10% from 567); Blue value is 180 (70.70% from 255 or 31.75% from 567); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB6B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB6B4 is #32494B. Grayscale: #BCBCBC. Windows color (decimal): -3295564 or 11843277. OLE color: 11843277.
HSL color Cylindrical-coordinate representation of color #CDB6B4: hue angle of 4.8º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDB6B4 is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 182 | 180 | - |
| CMYK | 0 | 0.11 | 0.12 | 0.20 |
| HSL | 4.8º | 0.2% | 0.75% | - |
| HSV(B) | 4.8º | 0.12% | 0.8% | - |
| XYZ | 50.14 | 49.73 | 50.14 | - |
| YUV | 188.65 | 123.12 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 182 | 180 | 0 | 0.11 | 0.12 | 0.20 | 4.8 | 0.2 | 0.75 |
| Hex | CD | B6 | B4 | 0 | B | C | 14 | 5 | 14 | 4B |
| Octal | 315 | 266 | 264 | 0 | 13 | 14 | 24 | 5 | 24 | 113 |
| Binary | 11001101 | 10110110 | 10110100 | 0 | 1011 | 1100 | 10100 | 101 | 10100 | 1001011 |
Color Harmonies of #CDB6B4
Complementary color
Monochromatic Colors of #CDB6B4
Black with #CDB6B4
Text Example
Text Example
White with #CDB6B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB6B4; }
p { color: rgb(205,182,180); }
H1.HeaderClassName
{
color: #CDB6B4;
}
.AnyTagClassName
{
color: #CDB6B4;
}
</style>
background-color css
<style>
a { background-color: #CDB6B4; }
a { background-color: rgb(205,182,180); }
div.DivClassName
{
background-color: #CDB6B4;
}
.BgClassName
{
background-color: #CDB6B4;
}
</style>
border-color css
<style>
span { border-color: #CDB6B4; }
span { border-color: rgb(205,182,180); }
td.TdClassName
{
border-color: #CDB6B4;
}
.TagClassName
{
border-color: #CDB6B4;
}
</style>