Shades of Cold Turkey #CAB5AF
Tints of Cold Turkey #CAB5AF
RGB
CMYK
RGB Variations
Color information
#CAB5AF (or 0xCAB5AF) is known color: Cold Turkey. HEX triplet: CA, B5 and AF. RGB value is (202,181,175). Sum of RGB (Red+Green+Blue) = 202+181+175=558 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.20% from 558); Green value is 181 (71.09% from 255 or 32.44% from 558); Blue value is 175 (68.75% from 255 or 31.36% from 558); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB5AF is #354A50. Grayscale: #BABABA. Windows color (decimal): -3492433 or 11515338. OLE color: 11515338.
HSL color Cylindrical-coordinate representation of color #CAB5AF: hue angle of 13.33º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CAB5AF is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 181 | 175 | - |
| CMYK | 0 | 0.10 | 0.13 | 0.21 |
| HSL | 13.33º | 0.2% | 0.74% | - |
| HSV(B) | 13.33º | 0.13% | 0.79% | - |
| XYZ | 48.62 | 48.7 | 47.39 | - |
| YUV | 186.6 | 121.46 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 181 | 175 | 0 | 0.10 | 0.13 | 0.21 | 13.33 | 0.2 | 0.74 |
| Hex | CA | B5 | AF | 0 | A | D | 15 | D | 14 | 4A |
| Octal | 312 | 265 | 257 | 0 | 12 | 15 | 25 | 15 | 24 | 112 |
| Binary | 11001010 | 10110101 | 10101111 | 0 | 1010 | 1101 | 10101 | 1101 | 10100 | 1001010 |
Color Harmonies of #CAB5AF
Complementary color
Monochromatic Colors of #CAB5AF
Black with #CAB5AF
Text Example
Text Example
White with #CAB5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB5AF; }
p { color: rgb(202,181,175); }
H1.HeaderClassName
{
color: #CAB5AF;
}
.AnyTagClassName
{
color: #CAB5AF;
}
</style>
background-color css
<style>
a { background-color: #CAB5AF; }
a { background-color: rgb(202,181,175); }
div.DivClassName
{
background-color: #CAB5AF;
}
.BgClassName
{
background-color: #CAB5AF;
}
</style>
border-color css
<style>
span { border-color: #CAB5AF; }
span { border-color: rgb(202,181,175); }
td.TdClassName
{
border-color: #CAB5AF;
}
.TagClassName
{
border-color: #CAB5AF;
}
</style>