Shades of Cold Turkey #CAB0AC
Tints of Cold Turkey #CAB0AC
RGB
CMYK
RGB Variations
Color information
#CAB0AC (or 0xCAB0AC) is known color: Cold Turkey. HEX triplet: CA, B0 and AC. RGB value is (202,176,172). Sum of RGB (Red+Green+Blue) = 202+176+172=550 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.73% from 550); Green value is 176 (69.14% from 255 or 32% from 550); Blue value is 172 (67.58% from 255 or 31.27% from 550); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB0AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB0AC is #354F53. Grayscale: #B7B7B7. Windows color (decimal): -3493716 or 11317450. OLE color: 11317450.
HSL color Cylindrical-coordinate representation of color #CAB0AC: hue angle of 8º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAB0AC is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 176 | 172 | - |
CMYK | 0 | 0.13 | 0.15 | 0.21 |
HSL | 8º | 0.22% | 0.73% | - |
HSV(B) | 8º | 0.15% | 0.79% | - |
XYZ | 47.33 | 46.59 | 45.53 | - |
YUV | 183.32 | 121.61 | 141.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 176 | 172 | 0 | 0.13 | 0.15 | 0.21 | 8 | 0.22 | 0.73 |
Hex | CA | B0 | AC | 0 | D | F | 15 | 8 | 16 | 49 |
Octal | 312 | 260 | 254 | 0 | 15 | 17 | 25 | 10 | 26 | 111 |
Binary | 11001010 | 10110000 | 10101100 | 0 | 1101 | 1111 | 10101 | 1000 | 10110 | 1001001 |
Color Harmonies of #CAB0AC
Complementary color
Monochromatic Colors of #CAB0AC
Black with #CAB0AC
Text Example
Text Example
White with #CAB0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB0AC; }
p { color: rgb(202,176,172); }
H1.HeaderClassName
{
color: #CAB0AC;
}
.AnyTagClassName
{
color: #CAB0AC;
}
</style>
background-color css
<style>
a { background-color: #CAB0AC; }
a { background-color: rgb(202,176,172); }
div.DivClassName
{
background-color: #CAB0AC;
}
.BgClassName
{
background-color: #CAB0AC;
}
</style>
border-color css
<style>
span { border-color: #CAB0AC; }
span { border-color: rgb(202,176,172); }
td.TdClassName
{
border-color: #CAB0AC;
}
.TagClassName
{
border-color: #CAB0AC;
}
</style>