Shades of Cold Turkey #CBABAB
Tints of Cold Turkey #CBABAB
RGB
CMYK
RGB Variations
Color information
#CBABAB (or 0xCBABAB) is known color: Cold Turkey. HEX triplet: CB, AB and AB. RGB value is (203,171,171). Sum of RGB (Red+Green+Blue) = 203+171+171=545 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.25% from 545); Green value is 171 (67.19% from 255 or 31.38% from 545); Blue value is 171 (67.19% from 255 or 31.38% from 545); Max value from RGB is 203 - color contains mainly: red. Hex color #CBABAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBABAB is #345454. Grayscale: #B4B4B4. Windows color (decimal): -3429461 or 11250635. OLE color: 11250635.
HSL color Cylindrical-coordinate representation of color #CBABAB: hue angle of 0º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBABAB is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 171 | 171 | - |
| CMYK | 0 | 0.16 | 0.16 | 0.20 |
| HSL | 0º | 0.24% | 0.73% | - |
| HSV(B) | 0º | 0.16% | 0.8% | - |
| XYZ | 46.54 | 44.76 | 44.72 | - |
| YUV | 180.57 | 122.6 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 171 | 171 | 0 | 0.16 | 0.16 | 0.20 | 0 | 0.24 | 0.73 |
| Hex | CB | AB | AB | 0 | 10 | 10 | 14 | 0 | 18 | 49 |
| Octal | 313 | 253 | 253 | 0 | 20 | 20 | 24 | 0 | 30 | 111 |
| Binary | 11001011 | 10101011 | 10101011 | 0 | 10000 | 10000 | 10100 | 0 | 11000 | 1001001 |
Color Harmonies of #CBABAB
Complementary color
Monochromatic Colors of #CBABAB
Black with #CBABAB
Text Example
Text Example
White with #CBABAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBABAB; }
p { color: rgb(203,171,171); }
H1.HeaderClassName
{
color: #CBABAB;
}
.AnyTagClassName
{
color: #CBABAB;
}
</style>
background-color css
<style>
a { background-color: #CBABAB; }
a { background-color: rgb(203,171,171); }
div.DivClassName
{
background-color: #CBABAB;
}
.BgClassName
{
background-color: #CBABAB;
}
</style>
border-color css
<style>
span { border-color: #CBABAB; }
span { border-color: rgb(203,171,171); }
td.TdClassName
{
border-color: #CBABAB;
}
.TagClassName
{
border-color: #CBABAB;
}
</style>