Shades of Cold Turkey #CBAAA8
Tints of Cold Turkey #CBAAA8
RGB
CMYK
RGB Variations
Color information
#CBAAA8 (or 0xCBAAA8) is known color: Cold Turkey. HEX triplet: CB, AA and A8. RGB value is (203,170,168). Sum of RGB (Red+Green+Blue) = 203+170+168=541 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.52% from 541); Green value is 170 (66.80% from 255 or 31.42% from 541); Blue value is 168 (66.02% from 255 or 31.05% from 541); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAAA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAAA8 is #345557. Grayscale: #B3B3B3. Windows color (decimal): -3429720 or 11053771. OLE color: 11053771.
HSL color Cylindrical-coordinate representation of color #CBAAA8: hue angle of 3.43º 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 #CBAAA8 is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 170 | 168 | - |
| CMYK | 0 | 0.16 | 0.17 | 0.20 |
| HSL | 3.43º | 0.25% | 0.73% | - |
| HSV(B) | 3.43º | 0.17% | 0.8% | - |
| XYZ | 46.07 | 44.27 | 43.16 | - |
| YUV | 179.64 | 121.43 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 170 | 168 | 0 | 0.16 | 0.17 | 0.20 | 3.43 | 0.25 | 0.73 |
| Hex | CB | AA | A8 | 0 | 10 | 11 | 14 | 3 | 19 | 49 |
| Octal | 313 | 252 | 250 | 0 | 20 | 21 | 24 | 3 | 31 | 111 |
| Binary | 11001011 | 10101010 | 10101000 | 0 | 10000 | 10001 | 10100 | 11 | 11001 | 1001001 |
Color Harmonies of #CBAAA8
Complementary color
Monochromatic Colors of #CBAAA8
Black with #CBAAA8
Text Example
Text Example
White with #CBAAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAAA8; }
p { color: rgb(203,170,168); }
H1.HeaderClassName
{
color: #CBAAA8;
}
.AnyTagClassName
{
color: #CBAAA8;
}
</style>
background-color css
<style>
a { background-color: #CBAAA8; }
a { background-color: rgb(203,170,168); }
div.DivClassName
{
background-color: #CBAAA8;
}
.BgClassName
{
background-color: #CBAAA8;
}
</style>
border-color css
<style>
span { border-color: #CBAAA8; }
span { border-color: rgb(203,170,168); }
td.TdClassName
{
border-color: #CBAAA8;
}
.TagClassName
{
border-color: #CBAAA8;
}
</style>