Shades of Cold Turkey #CAB6B2
Tints of Cold Turkey #CAB6B2
RGB
CMYK
RGB Variations
Color information
#CAB6B2 (or 0xCAB6B2) is known color: Cold Turkey. HEX triplet: CA, B6 and B2. RGB value is (202,182,178). Sum of RGB (Red+Green+Blue) = 202+182+178=562 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.94% from 562); Green value is 182 (71.48% from 255 or 32.38% from 562); Blue value is 178 (69.92% from 255 or 31.67% from 562); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB6B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB6B2 is #35494D. Grayscale: #BBBBBB. Windows color (decimal): -3492174 or 11712202. OLE color: 11712202.
HSL color Cylindrical-coordinate representation of color #CAB6B2: hue angle of 10º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CAB6B2 is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 182 | 178 | - |
CMYK | 0 | 0.10 | 0.12 | 0.21 |
HSL | 10º | 0.18% | 0.75% | - |
HSV(B) | 10º | 0.12% | 0.79% | - |
XYZ | 49.12 | 49.23 | 49.03 | - |
YUV | 187.52 | 122.63 | 138.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 182 | 178 | 0 | 0.10 | 0.12 | 0.21 | 10 | 0.18 | 0.75 |
Hex | CA | B6 | B2 | 0 | A | C | 15 | A | 12 | 4B |
Octal | 312 | 266 | 262 | 0 | 12 | 14 | 25 | 12 | 22 | 113 |
Binary | 11001010 | 10110110 | 10110010 | 0 | 1010 | 1100 | 10101 | 1010 | 10010 | 1001011 |
Color Harmonies of #CAB6B2
Complementary color
Monochromatic Colors of #CAB6B2
Black with #CAB6B2
Text Example
Text Example
White with #CAB6B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB6B2; }
p { color: rgb(202,182,178); }
H1.HeaderClassName
{
color: #CAB6B2;
}
.AnyTagClassName
{
color: #CAB6B2;
}
</style>
background-color css
<style>
a { background-color: #CAB6B2; }
a { background-color: rgb(202,182,178); }
div.DivClassName
{
background-color: #CAB6B2;
}
.BgClassName
{
background-color: #CAB6B2;
}
</style>
border-color css
<style>
span { border-color: #CAB6B2; }
span { border-color: rgb(202,182,178); }
td.TdClassName
{
border-color: #CAB6B2;
}
.TagClassName
{
border-color: #CAB6B2;
}
</style>