Shades of Cold Turkey #CAB2B1
Tints of Cold Turkey #CAB2B1
RGB
CMYK
RGB Variations
Color information
#CAB2B1 (or 0xCAB2B1) is known color: Cold Turkey. HEX triplet: CA, B2 and B1. RGB value is (202,178,177). Sum of RGB (Red+Green+Blue) = 202+178+177=557 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.27% from 557); Green value is 178 (69.92% from 255 or 31.96% from 557); Blue value is 177 (69.53% from 255 or 31.78% from 557); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB2B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB2B1 is #354D4E. Grayscale: #B9B9B9. Windows color (decimal): -3493199 or 11645642. OLE color: 11645642.
HSL color Cylindrical-coordinate representation of color #CAB2B1: hue angle of 2.4º 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 #CAB2B1 is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 178 | 177 | - |
| CMYK | 0 | 0.12 | 0.12 | 0.21 |
| HSL | 2.4º | 0.19% | 0.74% | - |
| HSV(B) | 2.4º | 0.12% | 0.79% | - |
| XYZ | 48.21 | 47.57 | 48.24 | - |
| YUV | 185.06 | 123.45 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 178 | 177 | 0 | 0.12 | 0.12 | 0.21 | 2.4 | 0.19 | 0.74 |
| Hex | CA | B2 | B1 | 0 | C | C | 15 | 2 | 13 | 4A |
| Octal | 312 | 262 | 261 | 0 | 14 | 14 | 25 | 2 | 23 | 112 |
| Binary | 11001010 | 10110010 | 10110001 | 0 | 1100 | 1100 | 10101 | 10 | 10011 | 1001010 |
Color Harmonies of #CAB2B1
Complementary color
Monochromatic Colors of #CAB2B1
Black with #CAB2B1
Text Example
Text Example
White with #CAB2B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB2B1; }
p { color: rgb(202,178,177); }
H1.HeaderClassName
{
color: #CAB2B1;
}
.AnyTagClassName
{
color: #CAB2B1;
}
</style>
background-color css
<style>
a { background-color: #CAB2B1; }
a { background-color: rgb(202,178,177); }
div.DivClassName
{
background-color: #CAB2B1;
}
.BgClassName
{
background-color: #CAB2B1;
}
</style>
border-color css
<style>
span { border-color: #CAB2B1; }
span { border-color: rgb(202,178,177); }
td.TdClassName
{
border-color: #CAB2B1;
}
.TagClassName
{
border-color: #CAB2B1;
}
</style>