Shades of Cold Turkey #CAB6B3
Tints of Cold Turkey #CAB6B3
RGB
CMYK
RGB Variations
Color information
#CAB6B3 (or 0xCAB6B3) is known color: Cold Turkey. HEX triplet: CA, B6 and B3. RGB value is (202,182,179). Sum of RGB (Red+Green+Blue) = 202+182+179=563 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.88% from 563); Green value is 182 (71.48% from 255 or 32.33% from 563); Blue value is 179 (70.31% from 255 or 31.79% from 563); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB6B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB6B3 is #35494C. Grayscale: #BBBBBB. Windows color (decimal): -3492173 or 11777738. OLE color: 11777738.
HSL color Cylindrical-coordinate representation of color #CAB6B3: hue angle of 7.83º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CAB6B3 is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 182 | 179 | - |
| CMYK | 0 | 0.10 | 0.11 | 0.21 |
| HSL | 7.83º | 0.18% | 0.75% | - |
| HSV(B) | 7.83º | 0.11% | 0.79% | - |
| XYZ | 49.22 | 49.27 | 49.56 | - |
| YUV | 187.64 | 123.13 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 182 | 179 | 0 | 0.10 | 0.11 | 0.21 | 7.83 | 0.18 | 0.75 |
| Hex | CA | B6 | B3 | 0 | A | B | 15 | 8 | 12 | 4B |
| Octal | 312 | 266 | 263 | 0 | 12 | 13 | 25 | 10 | 22 | 113 |
| Binary | 11001010 | 10110110 | 10110011 | 0 | 1010 | 1011 | 10101 | 1000 | 10010 | 1001011 |
Color Harmonies of #CAB6B3
Complementary color
Monochromatic Colors of #CAB6B3
Black with #CAB6B3
Text Example
Text Example
White with #CAB6B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB6B3; }
p { color: rgb(202,182,179); }
H1.HeaderClassName
{
color: #CAB6B3;
}
.AnyTagClassName
{
color: #CAB6B3;
}
</style>
background-color css
<style>
a { background-color: #CAB6B3; }
a { background-color: rgb(202,182,179); }
div.DivClassName
{
background-color: #CAB6B3;
}
.BgClassName
{
background-color: #CAB6B3;
}
</style>
border-color css
<style>
span { border-color: #CAB6B3; }
span { border-color: rgb(202,182,179); }
td.TdClassName
{
border-color: #CAB6B3;
}
.TagClassName
{
border-color: #CAB6B3;
}
</style>