Shades of Cold Turkey #CBABAA
Tints of Cold Turkey #CBABAA
RGB
CMYK
RGB Variations
Color information
#CBABAA (or 0xCBABAA) is known color: Cold Turkey. HEX triplet: CB, AB and AA. RGB value is (203,171,170). Sum of RGB (Red+Green+Blue) = 203+171+170=544 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.32% from 544); Green value is 171 (67.19% from 255 or 31.43% from 544); Blue value is 170 (66.80% from 255 or 31.25% from 544); Max value from RGB is 203 - color contains mainly: red. Hex color #CBABAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBABAA is #345455. Grayscale: #B4B4B4. Windows color (decimal): -3429462 or 11185099. OLE color: 11185099.
HSL color Cylindrical-coordinate representation of color #CBABAA: hue angle of 1.82º 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 #CBABAA is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
RGB | 203 | 171 | 170 | - |
CMYK | 0 | 0.16 | 0.16 | 0.20 |
HSL | 1.82º | 0.24% | 0.73% | - |
HSV(B) | 1.82º | 0.16% | 0.8% | - |
XYZ | 46.45 | 44.72 | 44.21 | - |
YUV | 180.45 | 122.1 | 144.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 171 | 170 | 0 | 0.16 | 0.16 | 0.20 | 1.82 | 0.24 | 0.73 |
Hex | CB | AB | AA | 0 | 10 | 10 | 14 | 2 | 18 | 49 |
Octal | 313 | 253 | 252 | 0 | 20 | 20 | 24 | 2 | 30 | 111 |
Binary | 11001011 | 10101011 | 10101010 | 0 | 10000 | 10000 | 10100 | 10 | 11000 | 1001001 |
Color Harmonies of #CBABAA
Complementary color
Monochromatic Colors of #CBABAA
Black with #CBABAA
Text Example
Text Example
White with #CBABAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBABAA; }
p { color: rgb(203,171,170); }
H1.HeaderClassName
{
color: #CBABAA;
}
.AnyTagClassName
{
color: #CBABAA;
}
</style>
background-color css
<style>
a { background-color: #CBABAA; }
a { background-color: rgb(203,171,170); }
div.DivClassName
{
background-color: #CBABAA;
}
.BgClassName
{
background-color: #CBABAA;
}
</style>
border-color css
<style>
span { border-color: #CBABAA; }
span { border-color: rgb(203,171,170); }
td.TdClassName
{
border-color: #CBABAA;
}
.TagClassName
{
border-color: #CBABAA;
}
</style>