Shades of Cold Turkey #CAB4AF
Tints of Cold Turkey #CAB4AF
RGB
CMYK
RGB Variations
Color information
#CAB4AF (or 0xCAB4AF) is known color: Cold Turkey. HEX triplet: CA, B4 and AF. RGB value is (202,180,175). Sum of RGB (Red+Green+Blue) = 202+180+175=557 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.27% from 557); Green value is 180 (70.70% from 255 or 32.32% from 557); Blue value is 175 (68.75% from 255 or 31.42% from 557); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB4AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB4AF is #354B50. Grayscale: #BABABA. Windows color (decimal): -3492689 or 11515082. OLE color: 11515082.
HSL color Cylindrical-coordinate representation of color #CAB4AF: hue angle of 11.11º 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 #CAB4AF is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 180 | 175 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.21 |
| HSL | 11.11º | 0.2% | 0.74% | - |
| HSV(B) | 11.11º | 0.13% | 0.79% | - |
| XYZ | 48.42 | 48.29 | 47.33 | - |
| YUV | 186.01 | 121.79 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 180 | 175 | 0 | 0.11 | 0.13 | 0.21 | 11.11 | 0.2 | 0.74 |
| Hex | CA | B4 | AF | 0 | B | D | 15 | B | 14 | 4A |
| Octal | 312 | 264 | 257 | 0 | 13 | 15 | 25 | 13 | 24 | 112 |
| Binary | 11001010 | 10110100 | 10101111 | 0 | 1011 | 1101 | 10101 | 1011 | 10100 | 1001010 |
Color Harmonies of #CAB4AF
Complementary color
Monochromatic Colors of #CAB4AF
Black with #CAB4AF
Text Example
Text Example
White with #CAB4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB4AF; }
p { color: rgb(202,180,175); }
H1.HeaderClassName
{
color: #CAB4AF;
}
.AnyTagClassName
{
color: #CAB4AF;
}
</style>
background-color css
<style>
a { background-color: #CAB4AF; }
a { background-color: rgb(202,180,175); }
div.DivClassName
{
background-color: #CAB4AF;
}
.BgClassName
{
background-color: #CAB4AF;
}
</style>
border-color css
<style>
span { border-color: #CAB4AF; }
span { border-color: rgb(202,180,175); }
td.TdClassName
{
border-color: #CAB4AF;
}
.TagClassName
{
border-color: #CAB4AF;
}
</style>