Shades of Cold Turkey #CAB5B1
Tints of Cold Turkey #CAB5B1
RGB
CMYK
RGB Variations
Color information
#CAB5B1 (or 0xCAB5B1) is known color: Cold Turkey. HEX triplet: CA, B5 and B1. RGB value is (202,181,177). Sum of RGB (Red+Green+Blue) = 202+181+177=560 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.07% from 560); Green value is 181 (71.09% from 255 or 32.32% from 560); Blue value is 177 (69.53% from 255 or 31.61% from 560); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB5B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB5B1 is #354A4E. Grayscale: #BABABA. Windows color (decimal): -3492431 or 11646410. OLE color: 11646410.
HSL color Cylindrical-coordinate representation of color #CAB5B1: hue angle of 9.6º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CAB5B1 is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 181 | 177 | - |
| CMYK | 0 | 0.10 | 0.12 | 0.21 |
| HSL | 9.6º | 0.19% | 0.74% | - |
| HSV(B) | 9.6º | 0.12% | 0.79% | - |
| XYZ | 48.82 | 48.78 | 48.44 | - |
| YUV | 186.82 | 122.46 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 181 | 177 | 0 | 0.10 | 0.12 | 0.21 | 9.6 | 0.19 | 0.74 |
| Hex | CA | B5 | B1 | 0 | A | C | 15 | A | 13 | 4A |
| Octal | 312 | 265 | 261 | 0 | 12 | 14 | 25 | 12 | 23 | 112 |
| Binary | 11001010 | 10110101 | 10110001 | 0 | 1010 | 1100 | 10101 | 1010 | 10011 | 1001010 |
Color Harmonies of #CAB5B1
Complementary color
Monochromatic Colors of #CAB5B1
Black with #CAB5B1
Text Example
Text Example
White with #CAB5B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB5B1; }
p { color: rgb(202,181,177); }
H1.HeaderClassName
{
color: #CAB5B1;
}
.AnyTagClassName
{
color: #CAB5B1;
}
</style>
background-color css
<style>
a { background-color: #CAB5B1; }
a { background-color: rgb(202,181,177); }
div.DivClassName
{
background-color: #CAB5B1;
}
.BgClassName
{
background-color: #CAB5B1;
}
</style>
border-color css
<style>
span { border-color: #CAB5B1; }
span { border-color: rgb(202,181,177); }
td.TdClassName
{
border-color: #CAB5B1;
}
.TagClassName
{
border-color: #CAB5B1;
}
</style>