Shades of Cold Turkey #CAB8B3
Tints of Cold Turkey #CAB8B3
RGB
CMYK
RGB Variations
Color information
#CAB8B3 (or 0xCAB8B3) is known color: Cold Turkey. HEX triplet: CA, B8 and B3. RGB value is (202,184,179). Sum of RGB (Red+Green+Blue) = 202+184+179=565 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.75% from 565); Green value is 184 (72.27% from 255 or 32.57% from 565); Blue value is 179 (70.31% from 255 or 31.68% from 565); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB8B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB8B3 is #35474C. Grayscale: #BCBCBC. Windows color (decimal): -3491661 or 11778250. OLE color: 11778250.
HSL color Cylindrical-coordinate representation of color #CAB8B3: hue angle of 13.04º 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 #CAB8B3 is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 184 | 179 | - |
| CMYK | 0 | 0.09 | 0.11 | 0.21 |
| HSL | 13.04º | 0.18% | 0.75% | - |
| HSV(B) | 13.04º | 0.11% | 0.79% | - |
| XYZ | 49.63 | 50.09 | 49.7 | - |
| YUV | 188.81 | 122.46 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 184 | 179 | 0 | 0.09 | 0.11 | 0.21 | 13.04 | 0.18 | 0.75 |
| Hex | CA | B8 | B3 | 0 | 9 | B | 15 | D | 12 | 4B |
| Octal | 312 | 270 | 263 | 0 | 11 | 13 | 25 | 15 | 22 | 113 |
| Binary | 11001010 | 10111000 | 10110011 | 0 | 1001 | 1011 | 10101 | 1101 | 10010 | 1001011 |
Color Harmonies of #CAB8B3
Complementary color
Monochromatic Colors of #CAB8B3
Black with #CAB8B3
Text Example
Text Example
White with #CAB8B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB8B3; }
p { color: rgb(202,184,179); }
H1.HeaderClassName
{
color: #CAB8B3;
}
.AnyTagClassName
{
color: #CAB8B3;
}
</style>
background-color css
<style>
a { background-color: #CAB8B3; }
a { background-color: rgb(202,184,179); }
div.DivClassName
{
background-color: #CAB8B3;
}
.BgClassName
{
background-color: #CAB8B3;
}
</style>
border-color css
<style>
span { border-color: #CAB8B3; }
span { border-color: rgb(202,184,179); }
td.TdClassName
{
border-color: #CAB8B3;
}
.TagClassName
{
border-color: #CAB8B3;
}
</style>