Shades of Cold Turkey #CABAB9
Tints of Cold Turkey #CABAB9
RGB
CMYK
RGB Variations
Color information
#CABAB9 (or 0xCABAB9) is known color: Cold Turkey. HEX triplet: CA, BA and B9. RGB value is (202,186,185). Sum of RGB (Red+Green+Blue) = 202+186+185=573 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.25% from 573); Green value is 186 (73.05% from 255 or 32.46% from 573); Blue value is 185 (72.66% from 255 or 32.29% from 573); Max value from RGB is 202 - color contains mainly: red. Hex color #CABAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABAB9 is #354546. Grayscale: #BEBEBE. Windows color (decimal): -3491143 or 12171978. OLE color: 12171978.
HSL color Cylindrical-coordinate representation of color #CABAB9: hue angle of 3.53º degrees, saturation: 0.14, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CABAB9 is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 186 | 185 | - |
| CMYK | 0 | 0.08 | 0.08 | 0.21 |
| HSL | 3.53º | 0.14% | 0.76% | - |
| HSV(B) | 3.53º | 0.08% | 0.79% | - |
| XYZ | 50.67 | 51.18 | 53.11 | - |
| YUV | 190.67 | 124.8 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 186 | 185 | 0 | 0.08 | 0.08 | 0.21 | 3.53 | 0.14 | 0.76 |
| Hex | CA | BA | B9 | 0 | 8 | 8 | 15 | 4 | E | 4C |
| Octal | 312 | 272 | 271 | 0 | 10 | 10 | 25 | 4 | 16 | 114 |
| Binary | 11001010 | 10111010 | 10111001 | 0 | 1000 | 1000 | 10101 | 100 | 1110 | 1001100 |
Color Harmonies of #CABAB9
Complementary color
Monochromatic Colors of #CABAB9
Black with #CABAB9
Text Example
Text Example
White with #CABAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABAB9; }
p { color: rgb(202,186,185); }
H1.HeaderClassName
{
color: #CABAB9;
}
.AnyTagClassName
{
color: #CABAB9;
}
</style>
background-color css
<style>
a { background-color: #CABAB9; }
a { background-color: rgb(202,186,185); }
div.DivClassName
{
background-color: #CABAB9;
}
.BgClassName
{
background-color: #CABAB9;
}
</style>
border-color css
<style>
span { border-color: #CABAB9; }
span { border-color: rgb(202,186,185); }
td.TdClassName
{
border-color: #CABAB9;
}
.TagClassName
{
border-color: #CABAB9;
}
</style>