Shades of Cold Turkey #CBA9A8
Tints of Cold Turkey #CBA9A8
RGB
CMYK
RGB Variations
Color information
#CBA9A8 (or 0xCBA9A8) is known color: Cold Turkey. HEX triplet: CB, A9 and A8. RGB value is (203,169,168). Sum of RGB (Red+Green+Blue) = 203+169+168=540 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.59% from 540); Green value is 169 (66.41% from 255 or 31.30% from 540); Blue value is 168 (66.02% from 255 or 31.11% from 540); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA9A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA9A8 is #345657. Grayscale: #B3B3B3. Windows color (decimal): -3429976 or 11053515. OLE color: 11053515.
HSL color Cylindrical-coordinate representation of color #CBA9A8: hue angle of 1.71º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBA9A8 is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 169 | 168 | - |
| CMYK | 0 | 0.17 | 0.17 | 0.20 |
| HSL | 1.71º | 0.25% | 0.73% | - |
| HSV(B) | 1.71º | 0.17% | 0.8% | - |
| XYZ | 45.88 | 43.9 | 43.1 | - |
| YUV | 179.05 | 121.76 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 169 | 168 | 0 | 0.17 | 0.17 | 0.20 | 1.71 | 0.25 | 0.73 |
| Hex | CB | A9 | A8 | 0 | 11 | 11 | 14 | 2 | 19 | 49 |
| Octal | 313 | 251 | 250 | 0 | 21 | 21 | 24 | 2 | 31 | 111 |
| Binary | 11001011 | 10101001 | 10101000 | 0 | 10001 | 10001 | 10100 | 10 | 11001 | 1001001 |
Color Harmonies of #CBA9A8
Complementary color
Monochromatic Colors of #CBA9A8
Black with #CBA9A8
Text Example
Text Example
White with #CBA9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA9A8; }
p { color: rgb(203,169,168); }
H1.HeaderClassName
{
color: #CBA9A8;
}
.AnyTagClassName
{
color: #CBA9A8;
}
</style>
background-color css
<style>
a { background-color: #CBA9A8; }
a { background-color: rgb(203,169,168); }
div.DivClassName
{
background-color: #CBA9A8;
}
.BgClassName
{
background-color: #CBA9A8;
}
</style>
border-color css
<style>
span { border-color: #CBA9A8; }
span { border-color: rgb(203,169,168); }
td.TdClassName
{
border-color: #CBA9A8;
}
.TagClassName
{
border-color: #CBA9A8;
}
</style>