Shades of Cold Turkey #CABAB8
Tints of Cold Turkey #CABAB8
RGB
CMYK
RGB Variations
Color information
#CABAB8 (or 0xCABAB8) is known color: Cold Turkey. HEX triplet: CA, BA and B8. RGB value is (202,186,184). Sum of RGB (Red+Green+Blue) = 202+186+184=572 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.31% from 572); Green value is 186 (73.05% from 255 or 32.52% from 572); Blue value is 184 (72.27% from 255 or 32.17% from 572); Max value from RGB is 202 - color contains mainly: red. Hex color #CABAB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABAB8 is #354547. Grayscale: #BEBEBE. Windows color (decimal): -3491144 or 12106442. OLE color: 12106442.
HSL color Cylindrical-coordinate representation of color #CABAB8: hue angle of 6.67º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CABAB8 is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 186 | 184 | - |
| CMYK | 0 | 0.08 | 0.09 | 0.21 |
| HSL | 6.67º | 0.15% | 0.76% | - |
| HSV(B) | 6.67º | 0.09% | 0.79% | - |
| XYZ | 50.57 | 51.14 | 52.55 | - |
| YUV | 190.56 | 124.3 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 186 | 184 | 0 | 0.08 | 0.09 | 0.21 | 6.67 | 0.15 | 0.76 |
| Hex | CA | BA | B8 | 0 | 8 | 9 | 15 | 7 | F | 4C |
| Octal | 312 | 272 | 270 | 0 | 10 | 11 | 25 | 7 | 17 | 114 |
| Binary | 11001010 | 10111010 | 10111000 | 0 | 1000 | 1001 | 10101 | 111 | 1111 | 1001100 |
Color Harmonies of #CABAB8
Complementary color
Monochromatic Colors of #CABAB8
Black with #CABAB8
Text Example
Text Example
White with #CABAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABAB8; }
p { color: rgb(202,186,184); }
H1.HeaderClassName
{
color: #CABAB8;
}
.AnyTagClassName
{
color: #CABAB8;
}
</style>
background-color css
<style>
a { background-color: #CABAB8; }
a { background-color: rgb(202,186,184); }
div.DivClassName
{
background-color: #CABAB8;
}
.BgClassName
{
background-color: #CABAB8;
}
</style>
border-color css
<style>
span { border-color: #CABAB8; }
span { border-color: rgb(202,186,184); }
td.TdClassName
{
border-color: #CABAB8;
}
.TagClassName
{
border-color: #CABAB8;
}
</style>