Shades of Cold Turkey #CBACA8
Tints of Cold Turkey #CBACA8
RGB
CMYK
RGB Variations
Color information
#CBACA8 (or 0xCBACA8) is known color: Cold Turkey. HEX triplet: CB, AC and A8. RGB value is (203,172,168). Sum of RGB (Red+Green+Blue) = 203+172+168=543 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.38% from 543); Green value is 172 (67.58% from 255 or 31.68% from 543); Blue value is 168 (66.02% from 255 or 30.94% from 543); Max value from RGB is 203 - color contains mainly: red. Hex color #CBACA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBACA8 is #345357. Grayscale: #B4B4B4. Windows color (decimal): -3429208 or 11054283. OLE color: 11054283.
HSL color Cylindrical-coordinate representation of color #CBACA8: hue angle of 6.86º 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 #CBACA8 is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 172 | 168 | - |
| CMYK | 0 | 0.15 | 0.17 | 0.20 |
| HSL | 6.86º | 0.25% | 0.73% | - |
| HSV(B) | 6.86º | 0.17% | 0.8% | - |
| XYZ | 46.45 | 45.03 | 43.29 | - |
| YUV | 180.81 | 120.77 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 172 | 168 | 0 | 0.15 | 0.17 | 0.20 | 6.86 | 0.25 | 0.73 |
| Hex | CB | AC | A8 | 0 | F | 11 | 14 | 7 | 19 | 49 |
| Octal | 313 | 254 | 250 | 0 | 17 | 21 | 24 | 7 | 31 | 111 |
| Binary | 11001011 | 10101100 | 10101000 | 0 | 1111 | 10001 | 10100 | 111 | 11001 | 1001001 |
Color Harmonies of #CBACA8
Complementary color
Monochromatic Colors of #CBACA8
Black with #CBACA8
Text Example
Text Example
White with #CBACA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBACA8; }
p { color: rgb(203,172,168); }
H1.HeaderClassName
{
color: #CBACA8;
}
.AnyTagClassName
{
color: #CBACA8;
}
</style>
background-color css
<style>
a { background-color: #CBACA8; }
a { background-color: rgb(203,172,168); }
div.DivClassName
{
background-color: #CBACA8;
}
.BgClassName
{
background-color: #CBACA8;
}
</style>
border-color css
<style>
span { border-color: #CBACA8; }
span { border-color: rgb(203,172,168); }
td.TdClassName
{
border-color: #CBACA8;
}
.TagClassName
{
border-color: #CBACA8;
}
</style>