Shades of Cold Turkey #CAB1AD
Tints of Cold Turkey #CAB1AD
RGB
CMYK
RGB Variations
Color information
#CAB1AD (or 0xCAB1AD) is known color: Cold Turkey. HEX triplet: CA, B1 and AD. RGB value is (202,177,173). Sum of RGB (Red+Green+Blue) = 202+177+173=552 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.59% from 552); Green value is 177 (69.53% from 255 or 32.07% from 552); Blue value is 173 (67.97% from 255 or 31.34% from 552); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB1AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB1AD is #354E52. Grayscale: #B8B8B8. Windows color (decimal): -3493459 or 11383242. OLE color: 11383242.
HSL color Cylindrical-coordinate representation of color #CAB1AD: hue angle of 8.28º 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 #CAB1AD is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 177 | 173 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.21 |
| HSL | 8.28º | 0.21% | 0.74% | - |
| HSV(B) | 8.28º | 0.14% | 0.79% | - |
| XYZ | 47.62 | 47.02 | 46.1 | - |
| YUV | 184.02 | 121.78 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 177 | 173 | 0 | 0.12 | 0.14 | 0.21 | 8.28 | 0.21 | 0.74 |
| Hex | CA | B1 | AD | 0 | C | E | 15 | 8 | 15 | 4A |
| Octal | 312 | 261 | 255 | 0 | 14 | 16 | 25 | 10 | 25 | 112 |
| Binary | 11001010 | 10110001 | 10101101 | 0 | 1100 | 1110 | 10101 | 1000 | 10101 | 1001010 |
Color Harmonies of #CAB1AD
Complementary color
Monochromatic Colors of #CAB1AD
Black with #CAB1AD
Text Example
Text Example
White with #CAB1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB1AD; }
p { color: rgb(202,177,173); }
H1.HeaderClassName
{
color: #CAB1AD;
}
.AnyTagClassName
{
color: #CAB1AD;
}
</style>
background-color css
<style>
a { background-color: #CAB1AD; }
a { background-color: rgb(202,177,173); }
div.DivClassName
{
background-color: #CAB1AD;
}
.BgClassName
{
background-color: #CAB1AD;
}
</style>
border-color css
<style>
span { border-color: #CAB1AD; }
span { border-color: rgb(202,177,173); }
td.TdClassName
{
border-color: #CAB1AD;
}
.TagClassName
{
border-color: #CAB1AD;
}
</style>