Shades of Cold Turkey #CAB6B6
Tints of Cold Turkey #CAB6B6
RGB
CMYK
RGB Variations
Color information
#CAB6B6 (or 0xCAB6B6) is known color: Cold Turkey. HEX triplet: CA, B6 and B6. RGB value is (202,182,182). Sum of RGB (Red+Green+Blue) = 202+182+182=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 182 (71.48% from 255 or 32.16% from 566); Blue value is 182 (71.48% from 255 or 32.16% from 566); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB6B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB6B6 is #354949. Grayscale: #BCBCBC. Windows color (decimal): -3492170 or 11974346. OLE color: 11974346.
HSL color Cylindrical-coordinate representation of color #CAB6B6: hue angle of 0º degrees, saturation: 0.16, 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 #CAB6B6 is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 182 | 182 | - |
CMYK | 0 | 0.10 | 0.10 | 0.21 |
HSL | 0º | 0.16% | 0.75% | - |
HSV(B) | 0º | 0.1% | 0.79% | - |
XYZ | 49.53 | 49.39 | 51.18 | - |
YUV | 187.98 | 124.63 | 138 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 182 | 182 | 0 | 0.10 | 0.10 | 0.21 | 0 | 0.16 | 0.75 |
Hex | CA | B6 | B6 | 0 | A | A | 15 | 0 | 10 | 4B |
Octal | 312 | 266 | 266 | 0 | 12 | 12 | 25 | 0 | 20 | 113 |
Binary | 11001010 | 10110110 | 10110110 | 0 | 1010 | 1010 | 10101 | 0 | 10000 | 1001011 |
Color Harmonies of #CAB6B6
Complementary color
Monochromatic Colors of #CAB6B6
Black with #CAB6B6
Text Example
Text Example
White with #CAB6B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB6B6; }
p { color: rgb(202,182,182); }
H1.HeaderClassName
{
color: #CAB6B6;
}
.AnyTagClassName
{
color: #CAB6B6;
}
</style>
background-color css
<style>
a { background-color: #CAB6B6; }
a { background-color: rgb(202,182,182); }
div.DivClassName
{
background-color: #CAB6B6;
}
.BgClassName
{
background-color: #CAB6B6;
}
</style>
border-color css
<style>
span { border-color: #CAB6B6; }
span { border-color: rgb(202,182,182); }
td.TdClassName
{
border-color: #CAB6B6;
}
.TagClassName
{
border-color: #CAB6B6;
}
</style>