Shades of Cold Turkey #CAB4B1
Tints of Cold Turkey #CAB4B1
RGB
CMYK
RGB Variations
Color information
#CAB4B1 (or 0xCAB4B1) is known color: Cold Turkey. HEX triplet: CA, B4 and B1. RGB value is (202,180,177). Sum of RGB (Red+Green+Blue) = 202+180+177=559 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.14% from 559); Green value is 180 (70.70% from 255 or 32.20% from 559); Blue value is 177 (69.53% from 255 or 31.66% from 559); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB4B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB4B1 is #354B4E. Grayscale: #BABABA. Windows color (decimal): -3492687 or 11646154. OLE color: 11646154.
HSL color Cylindrical-coordinate representation of color #CAB4B1: hue angle of 7.2º 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 #CAB4B1 is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 180 | 177 | - |
| CMYK | 0 | 0.11 | 0.12 | 0.21 |
| HSL | 7.2º | 0.19% | 0.74% | - |
| HSV(B) | 7.2º | 0.12% | 0.79% | - |
| XYZ | 48.61 | 48.37 | 48.37 | - |
| YUV | 186.24 | 122.79 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 180 | 177 | 0 | 0.11 | 0.12 | 0.21 | 7.2 | 0.19 | 0.74 |
| Hex | CA | B4 | B1 | 0 | B | C | 15 | 7 | 13 | 4A |
| Octal | 312 | 264 | 261 | 0 | 13 | 14 | 25 | 7 | 23 | 112 |
| Binary | 11001010 | 10110100 | 10110001 | 0 | 1011 | 1100 | 10101 | 111 | 10011 | 1001010 |
Color Harmonies of #CAB4B1
Complementary color
Monochromatic Colors of #CAB4B1
Black with #CAB4B1
Text Example
Text Example
White with #CAB4B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB4B1; }
p { color: rgb(202,180,177); }
H1.HeaderClassName
{
color: #CAB4B1;
}
.AnyTagClassName
{
color: #CAB4B1;
}
</style>
background-color css
<style>
a { background-color: #CAB4B1; }
a { background-color: rgb(202,180,177); }
div.DivClassName
{
background-color: #CAB4B1;
}
.BgClassName
{
background-color: #CAB4B1;
}
</style>
border-color css
<style>
span { border-color: #CAB4B1; }
span { border-color: rgb(202,180,177); }
td.TdClassName
{
border-color: #CAB4B1;
}
.TagClassName
{
border-color: #CAB4B1;
}
</style>