Shades of Cold Turkey #CAB6B5
Tints of Cold Turkey #CAB6B5
RGB
CMYK
RGB Variations
Color information
#CAB6B5 (or 0xCAB6B5) is known color: Cold Turkey. HEX triplet: CA, B6 and B5. RGB value is (202,182,181). Sum of RGB (Red+Green+Blue) = 202+182+181=565 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.75% from 565); Green value is 182 (71.48% from 255 or 32.21% from 565); Blue value is 181 (71.09% from 255 or 32.04% from 565); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB6B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB6B5 is #35494A. Grayscale: #BBBBBB. Windows color (decimal): -3492171 or 11908810. OLE color: 11908810.
HSL color Cylindrical-coordinate representation of color #CAB6B5: hue angle of 2.86º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CAB6B5 is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 182 | 181 | - |
CMYK | 0 | 0.10 | 0.10 | 0.21 |
HSL | 2.86º | 0.17% | 0.75% | - |
HSV(B) | 2.86º | 0.1% | 0.79% | - |
XYZ | 49.43 | 49.35 | 50.64 | - |
YUV | 187.87 | 124.13 | 138.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 182 | 181 | 0 | 0.10 | 0.10 | 0.21 | 2.86 | 0.17 | 0.75 |
Hex | CA | B6 | B5 | 0 | A | A | 15 | 3 | 11 | 4B |
Octal | 312 | 266 | 265 | 0 | 12 | 12 | 25 | 3 | 21 | 113 |
Binary | 11001010 | 10110110 | 10110101 | 0 | 1010 | 1010 | 10101 | 11 | 10001 | 1001011 |
Color Harmonies of #CAB6B5
Complementary color
Monochromatic Colors of #CAB6B5
Black with #CAB6B5
Text Example
Text Example
White with #CAB6B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB6B5; }
p { color: rgb(202,182,181); }
H1.HeaderClassName
{
color: #CAB6B5;
}
.AnyTagClassName
{
color: #CAB6B5;
}
</style>
background-color css
<style>
a { background-color: #CAB6B5; }
a { background-color: rgb(202,182,181); }
div.DivClassName
{
background-color: #CAB6B5;
}
.BgClassName
{
background-color: #CAB6B5;
}
</style>
border-color css
<style>
span { border-color: #CAB6B5; }
span { border-color: rgb(202,182,181); }
td.TdClassName
{
border-color: #CAB6B5;
}
.TagClassName
{
border-color: #CAB6B5;
}
</style>