Shades of Cold Turkey #CBAEAC
Tints of Cold Turkey #CBAEAC
RGB
CMYK
RGB Variations
Color information
#CBAEAC (or 0xCBAEAC) is known color: Cold Turkey. HEX triplet: CB, AE and AC. RGB value is (203,174,172). Sum of RGB (Red+Green+Blue) = 203+174+172=549 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.98% from 549); Green value is 174 (68.36% from 255 or 31.69% from 549); Blue value is 172 (67.58% from 255 or 31.33% from 549); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAEAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAEAC is #345153. Grayscale: #B6B6B6. Windows color (decimal): -3428692 or 11316939. OLE color: 11316939.
HSL color Cylindrical-coordinate representation of color #CBAEAC: hue angle of 3.87º degrees, saturation: 0.23, 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 #CBAEAC is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 174 | 172 | - |
| CMYK | 0 | 0.14 | 0.15 | 0.20 |
| HSL | 3.87º | 0.23% | 0.74% | - |
| HSV(B) | 3.87º | 0.15% | 0.8% | - |
| XYZ | 47.21 | 45.95 | 45.41 | - |
| YUV | 182.44 | 122.11 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 174 | 172 | 0 | 0.14 | 0.15 | 0.20 | 3.87 | 0.23 | 0.74 |
| Hex | CB | AE | AC | 0 | E | F | 14 | 4 | 17 | 4A |
| Octal | 313 | 256 | 254 | 0 | 16 | 17 | 24 | 4 | 27 | 112 |
| Binary | 11001011 | 10101110 | 10101100 | 0 | 1110 | 1111 | 10100 | 100 | 10111 | 1001010 |
Color Harmonies of #CBAEAC
Complementary color
Monochromatic Colors of #CBAEAC
Black with #CBAEAC
Text Example
Text Example
White with #CBAEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAEAC; }
p { color: rgb(203,174,172); }
H1.HeaderClassName
{
color: #CBAEAC;
}
.AnyTagClassName
{
color: #CBAEAC;
}
</style>
background-color css
<style>
a { background-color: #CBAEAC; }
a { background-color: rgb(203,174,172); }
div.DivClassName
{
background-color: #CBAEAC;
}
.BgClassName
{
background-color: #CBAEAC;
}
</style>
border-color css
<style>
span { border-color: #CBAEAC; }
span { border-color: rgb(203,174,172); }
td.TdClassName
{
border-color: #CBAEAC;
}
.TagClassName
{
border-color: #CBAEAC;
}
</style>