Shades of Cold Turkey #CAB7B2
Tints of Cold Turkey #CAB7B2
RGB
CMYK
RGB Variations
Color information
#CAB7B2 (or 0xCAB7B2) is known color: Cold Turkey. HEX triplet: CA, B7 and B2. RGB value is (202,183,178). Sum of RGB (Red+Green+Blue) = 202+183+178=563 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.88% from 563); Green value is 183 (71.88% from 255 or 32.50% from 563); Blue value is 178 (69.92% from 255 or 31.62% from 563); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB7B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB7B2 is #35484D. Grayscale: #BCBCBC. Windows color (decimal): -3491918 or 11712458. OLE color: 11712458.
HSL color Cylindrical-coordinate representation of color #CAB7B2: hue angle of 12.5º 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 #CAB7B2 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 183 | 178 | - |
CMYK | 0 | 0.09 | 0.12 | 0.21 |
HSL | 12.5º | 0.18% | 0.75% | - |
HSV(B) | 12.5º | 0.12% | 0.79% | - |
XYZ | 49.33 | 49.64 | 49.1 | - |
YUV | 188.11 | 122.29 | 137.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 183 | 178 | 0 | 0.09 | 0.12 | 0.21 | 12.5 | 0.18 | 0.75 |
Hex | CA | B7 | B2 | 0 | 9 | C | 15 | C | 12 | 4B |
Octal | 312 | 267 | 262 | 0 | 11 | 14 | 25 | 14 | 22 | 113 |
Binary | 11001010 | 10110111 | 10110010 | 0 | 1001 | 1100 | 10101 | 1100 | 10010 | 1001011 |
Color Harmonies of #CAB7B2
Complementary color
Monochromatic Colors of #CAB7B2
Black with #CAB7B2
Text Example
Text Example
White with #CAB7B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB7B2; }
p { color: rgb(202,183,178); }
H1.HeaderClassName
{
color: #CAB7B2;
}
.AnyTagClassName
{
color: #CAB7B2;
}
</style>
background-color css
<style>
a { background-color: #CAB7B2; }
a { background-color: rgb(202,183,178); }
div.DivClassName
{
background-color: #CAB7B2;
}
.BgClassName
{
background-color: #CAB7B2;
}
</style>
border-color css
<style>
span { border-color: #CAB7B2; }
span { border-color: rgb(202,183,178); }
td.TdClassName
{
border-color: #CAB7B2;
}
.TagClassName
{
border-color: #CAB7B2;
}
</style>