Shades of Cold Turkey #CBAEAA
Tints of Cold Turkey #CBAEAA
RGB
CMYK
RGB Variations
Color information
#CBAEAA (or 0xCBAEAA) is known color: Cold Turkey. HEX triplet: CB, AE and AA. RGB value is (203,174,170). Sum of RGB (Red+Green+Blue) = 203+174+170=547 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.11% from 547); Green value is 174 (68.36% from 255 or 31.81% from 547); Blue value is 170 (66.80% from 255 or 31.08% from 547); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAEAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAEAA is #345155. Grayscale: #B6B6B6. Windows color (decimal): -3428694 or 11185867. OLE color: 11185867.
HSL color Cylindrical-coordinate representation of color #CBAEAA: hue angle of 7.27º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBAEAA is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 174 | 170 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.20 |
| HSL | 7.27º | 0.24% | 0.73% | - |
| HSV(B) | 7.27º | 0.16% | 0.8% | - |
| XYZ | 47.02 | 45.87 | 44.41 | - |
| YUV | 182.22 | 121.11 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 174 | 170 | 0 | 0.14 | 0.16 | 0.20 | 7.27 | 0.24 | 0.73 |
| Hex | CB | AE | AA | 0 | E | 10 | 14 | 7 | 18 | 49 |
| Octal | 313 | 256 | 252 | 0 | 16 | 20 | 24 | 7 | 30 | 111 |
| Binary | 11001011 | 10101110 | 10101010 | 0 | 1110 | 10000 | 10100 | 111 | 11000 | 1001001 |
Color Harmonies of #CBAEAA
Complementary color
Monochromatic Colors of #CBAEAA
Black with #CBAEAA
Text Example
Text Example
White with #CBAEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAEAA; }
p { color: rgb(203,174,170); }
H1.HeaderClassName
{
color: #CBAEAA;
}
.AnyTagClassName
{
color: #CBAEAA;
}
</style>
background-color css
<style>
a { background-color: #CBAEAA; }
a { background-color: rgb(203,174,170); }
div.DivClassName
{
background-color: #CBAEAA;
}
.BgClassName
{
background-color: #CBAEAA;
}
</style>
border-color css
<style>
span { border-color: #CBAEAA; }
span { border-color: rgb(203,174,170); }
td.TdClassName
{
border-color: #CBAEAA;
}
.TagClassName
{
border-color: #CBAEAA;
}
</style>