Shades of Cold Turkey #CBA8A8
Tints of Cold Turkey #CBA8A8
RGB
CMYK
RGB Variations
Color information
#CBA8A8 (or 0xCBA8A8) is known color: Cold Turkey. HEX triplet: CB, A8 and A8. RGB value is (203,168,168). Sum of RGB (Red+Green+Blue) = 203+168+168=539 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.66% from 539); Green value is 168 (66.02% from 255 or 31.17% from 539); Blue value is 168 (66.02% from 255 or 31.17% from 539); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA8A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA8A8 is #345757. Grayscale: #B2B2B2. Windows color (decimal): -3430232 or 11053259. OLE color: 11053259.
HSL color Cylindrical-coordinate representation of color #CBA8A8: hue angle of 0º 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 #CBA8A8 is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 168 | 168 | - |
| CMYK | 0 | 0.17 | 0.17 | 0.20 |
| HSL | 0º | 0.25% | 0.73% | - |
| HSV(B) | 0º | 0.17% | 0.8% | - |
| XYZ | 45.7 | 43.53 | 43.04 | - |
| YUV | 178.47 | 122.1 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 168 | 168 | 0 | 0.17 | 0.17 | 0.20 | 0 | 0.25 | 0.73 |
| Hex | CB | A8 | A8 | 0 | 11 | 11 | 14 | 0 | 19 | 49 |
| Octal | 313 | 250 | 250 | 0 | 21 | 21 | 24 | 0 | 31 | 111 |
| Binary | 11001011 | 10101000 | 10101000 | 0 | 10001 | 10001 | 10100 | 0 | 11001 | 1001001 |
Color Harmonies of #CBA8A8
Complementary color
Monochromatic Colors of #CBA8A8
Black with #CBA8A8
Text Example
Text Example
White with #CBA8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA8A8; }
p { color: rgb(203,168,168); }
H1.HeaderClassName
{
color: #CBA8A8;
}
.AnyTagClassName
{
color: #CBA8A8;
}
</style>
background-color css
<style>
a { background-color: #CBA8A8; }
a { background-color: rgb(203,168,168); }
div.DivClassName
{
background-color: #CBA8A8;
}
.BgClassName
{
background-color: #CBA8A8;
}
</style>
border-color css
<style>
span { border-color: #CBA8A8; }
span { border-color: rgb(203,168,168); }
td.TdClassName
{
border-color: #CBA8A8;
}
.TagClassName
{
border-color: #CBA8A8;
}
</style>