Shades of Cold Turkey #CBAEAD
Tints of Cold Turkey #CBAEAD
RGB
CMYK
RGB Variations
Color information
#CBAEAD (or 0xCBAEAD) is known color: Cold Turkey. HEX triplet: CB, AE and AD. RGB value is (203,174,173). Sum of RGB (Red+Green+Blue) = 203+174+173=550 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.91% from 550); Green value is 174 (68.36% from 255 or 31.64% from 550); Blue value is 173 (67.97% from 255 or 31.45% from 550); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAEAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAEAD is #345152. Grayscale: #B6B6B6. Windows color (decimal): -3428691 or 11382475. OLE color: 11382475.
HSL color Cylindrical-coordinate representation of color #CBAEAD: hue angle of 2º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBAEAD is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 174 | 173 | - |
| CMYK | 0 | 0.14 | 0.15 | 0.20 |
| HSL | 2º | 0.22% | 0.74% | - |
| HSV(B) | 2º | 0.15% | 0.8% | - |
| XYZ | 47.31 | 45.99 | 45.92 | - |
| YUV | 182.56 | 122.61 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 174 | 173 | 0 | 0.14 | 0.15 | 0.20 | 2 | 0.22 | 0.74 |
| Hex | CB | AE | AD | 0 | E | F | 14 | 2 | 16 | 4A |
| Octal | 313 | 256 | 255 | 0 | 16 | 17 | 24 | 2 | 26 | 112 |
| Binary | 11001011 | 10101110 | 10101101 | 0 | 1110 | 1111 | 10100 | 10 | 10110 | 1001010 |
Color Harmonies of #CBAEAD
Complementary color
Monochromatic Colors of #CBAEAD
Black with #CBAEAD
Text Example
Text Example
White with #CBAEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAEAD; }
p { color: rgb(203,174,173); }
H1.HeaderClassName
{
color: #CBAEAD;
}
.AnyTagClassName
{
color: #CBAEAD;
}
</style>
background-color css
<style>
a { background-color: #CBAEAD; }
a { background-color: rgb(203,174,173); }
div.DivClassName
{
background-color: #CBAEAD;
}
.BgClassName
{
background-color: #CBAEAD;
}
</style>
border-color css
<style>
span { border-color: #CBAEAD; }
span { border-color: rgb(203,174,173); }
td.TdClassName
{
border-color: #CBAEAD;
}
.TagClassName
{
border-color: #CBAEAD;
}
</style>