Shades of Cold Turkey #CABCB9
Tints of Cold Turkey #CABCB9
RGB
CMYK
RGB Variations
Color information
#CABCB9 (or 0xCABCB9) is known color: Cold Turkey. HEX triplet: CA, BC and B9. RGB value is (202,188,185). Sum of RGB (Red+Green+Blue) = 202+188+185=575 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.13% from 575); Green value is 188 (73.83% from 255 or 32.70% from 575); Blue value is 185 (72.66% from 255 or 32.17% from 575); Max value from RGB is 202 - color contains mainly: red. Hex color #CABCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABCB9 is #354346. Grayscale: #BFBFBF. Windows color (decimal): -3490631 or 12172490. OLE color: 12172490.
HSL color Cylindrical-coordinate representation of color #CABCB9: hue angle of 10.59º 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 #CABCB9 is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 188 | 185 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.21 |
| HSL | 10.59º | 0.14% | 0.76% | - |
| HSV(B) | 10.59º | 0.08% | 0.79% | - |
| XYZ | 51.1 | 52.03 | 53.25 | - |
| YUV | 191.84 | 124.14 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 188 | 185 | 0 | 0.07 | 0.08 | 0.21 | 10.59 | 0.14 | 0.76 |
| Hex | CA | BC | B9 | 0 | 7 | 8 | 15 | B | E | 4C |
| Octal | 312 | 274 | 271 | 0 | 7 | 10 | 25 | 13 | 16 | 114 |
| Binary | 11001010 | 10111100 | 10111001 | 0 | 111 | 1000 | 10101 | 1011 | 1110 | 1001100 |
Color Harmonies of #CABCB9
Complementary color
Monochromatic Colors of #CABCB9
Black with #CABCB9
Text Example
Text Example
White with #CABCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABCB9; }
p { color: rgb(202,188,185); }
H1.HeaderClassName
{
color: #CABCB9;
}
.AnyTagClassName
{
color: #CABCB9;
}
</style>
background-color css
<style>
a { background-color: #CABCB9; }
a { background-color: rgb(202,188,185); }
div.DivClassName
{
background-color: #CABCB9;
}
.BgClassName
{
background-color: #CABCB9;
}
</style>
border-color css
<style>
span { border-color: #CABCB9; }
span { border-color: rgb(202,188,185); }
td.TdClassName
{
border-color: #CABCB9;
}
.TagClassName
{
border-color: #CABCB9;
}
</style>