Shades of Cold Turkey #CAB3B1
Tints of Cold Turkey #CAB3B1
RGB
CMYK
RGB Variations
Color information
#CAB3B1 (or 0xCAB3B1) is known color: Cold Turkey. HEX triplet: CA, B3 and B1. RGB value is (202,179,177). Sum of RGB (Red+Green+Blue) = 202+179+177=558 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.20% from 558); Green value is 179 (70.31% from 255 or 32.08% from 558); Blue value is 177 (69.53% from 255 or 31.72% from 558); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB3B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB3B1 is #354C4E. Grayscale: #B9B9B9. Windows color (decimal): -3492943 or 11645898. OLE color: 11645898.
HSL color Cylindrical-coordinate representation of color #CAB3B1: hue angle of 4.8º 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 #CAB3B1 is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 179 | 177 | - |
| CMYK | 0 | 0.11 | 0.12 | 0.21 |
| HSL | 4.8º | 0.19% | 0.74% | - |
| HSV(B) | 4.8º | 0.12% | 0.79% | - |
| XYZ | 48.41 | 47.97 | 48.3 | - |
| YUV | 185.65 | 123.12 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 179 | 177 | 0 | 0.11 | 0.12 | 0.21 | 4.8 | 0.19 | 0.74 |
| Hex | CA | B3 | B1 | 0 | B | C | 15 | 5 | 13 | 4A |
| Octal | 312 | 263 | 261 | 0 | 13 | 14 | 25 | 5 | 23 | 112 |
| Binary | 11001010 | 10110011 | 10110001 | 0 | 1011 | 1100 | 10101 | 101 | 10011 | 1001010 |
Color Harmonies of #CAB3B1
Complementary color
Monochromatic Colors of #CAB3B1
Black with #CAB3B1
Text Example
Text Example
White with #CAB3B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB3B1; }
p { color: rgb(202,179,177); }
H1.HeaderClassName
{
color: #CAB3B1;
}
.AnyTagClassName
{
color: #CAB3B1;
}
</style>
background-color css
<style>
a { background-color: #CAB3B1; }
a { background-color: rgb(202,179,177); }
div.DivClassName
{
background-color: #CAB3B1;
}
.BgClassName
{
background-color: #CAB3B1;
}
</style>
border-color css
<style>
span { border-color: #CAB3B1; }
span { border-color: rgb(202,179,177); }
td.TdClassName
{
border-color: #CAB3B1;
}
.TagClassName
{
border-color: #CAB3B1;
}
</style>