Shades of Cold Turkey #CAB3AD
Tints of Cold Turkey #CAB3AD
RGB
CMYK
RGB Variations
Color information
#CAB3AD (or 0xCAB3AD) is known color: Cold Turkey. HEX triplet: CA, B3 and AD. RGB value is (202,179,173). Sum of RGB (Red+Green+Blue) = 202+179+173=554 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.46% from 554); Green value is 179 (70.31% from 255 or 32.31% from 554); Blue value is 173 (67.97% from 255 or 31.23% from 554); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB3AD is #354C52. Grayscale: #B9B9B9. Windows color (decimal): -3492947 or 11383754. OLE color: 11383754.
HSL color Cylindrical-coordinate representation of color #CAB3AD: hue angle of 12.41º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAB3AD is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 179 | 173 | - |
| CMYK | 0 | 0.11 | 0.14 | 0.21 |
| HSL | 12.41º | 0.21% | 0.74% | - |
| HSV(B) | 12.41º | 0.14% | 0.79% | - |
| XYZ | 48.02 | 47.81 | 46.23 | - |
| YUV | 185.19 | 121.12 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 179 | 173 | 0 | 0.11 | 0.14 | 0.21 | 12.41 | 0.21 | 0.74 |
| Hex | CA | B3 | AD | 0 | B | E | 15 | C | 15 | 4A |
| Octal | 312 | 263 | 255 | 0 | 13 | 16 | 25 | 14 | 25 | 112 |
| Binary | 11001010 | 10110011 | 10101101 | 0 | 1011 | 1110 | 10101 | 1100 | 10101 | 1001010 |
Color Harmonies of #CAB3AD
Complementary color
Monochromatic Colors of #CAB3AD
Black with #CAB3AD
Text Example
Text Example
White with #CAB3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB3AD; }
p { color: rgb(202,179,173); }
H1.HeaderClassName
{
color: #CAB3AD;
}
.AnyTagClassName
{
color: #CAB3AD;
}
</style>
background-color css
<style>
a { background-color: #CAB3AD; }
a { background-color: rgb(202,179,173); }
div.DivClassName
{
background-color: #CAB3AD;
}
.BgClassName
{
background-color: #CAB3AD;
}
</style>
border-color css
<style>
span { border-color: #CAB3AD; }
span { border-color: rgb(202,179,173); }
td.TdClassName
{
border-color: #CAB3AD;
}
.TagClassName
{
border-color: #CAB3AD;
}
</style>