Shades of Maverick #CBAEC0
Tints of Maverick #CBAEC0
RGB
CMYK
RGB Variations
Color information
#CBAEC0 (or 0xCBAEC0) is known color: Maverick. HEX triplet: CB, AE and C0. RGB value is (203,174,192). Sum of RGB (Red+Green+Blue) = 203+174+192=569 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.68% from 569); Green value is 174 (68.36% from 255 or 30.58% from 569); Blue value is 192 (75.39% from 255 or 33.74% from 569); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAEC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAEC0 is #34513F. Grayscale: #B8B8B8. Windows color (decimal): -3428672 or 12627659. OLE color: 12627659.
HSL color Cylindrical-coordinate representation of color #CBAEC0: hue angle of 322.76º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBAEC0 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 174 | 192 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.20 |
| HSL | 322.76º | 0.22% | 0.74% | - |
| HSV(B) | 322.76º | 0.14% | 0.8% | - |
| XYZ | 49.28 | 46.77 | 56.3 | - |
| YUV | 184.72 | 132.11 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 174 | 192 | 0 | 0.14 | 0.05 | 0.20 | 322.76 | 0.22 | 0.74 |
| Hex | CB | AE | C0 | 0 | E | 5 | 14 | 143 | 16 | 4A |
| Octal | 313 | 256 | 300 | 0 | 16 | 5 | 24 | 503 | 26 | 112 |
| Binary | 11001011 | 10101110 | 11000000 | 0 | 1110 | 101 | 10100 | 101000011 | 10110 | 1001010 |
Color Harmonies of #CBAEC0
Complementary color
Monochromatic Colors of #CBAEC0
Black with #CBAEC0
Text Example
Text Example
White with #CBAEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAEC0; }
p { color: rgb(203,174,192); }
H1.HeaderClassName
{
color: #CBAEC0;
}
.AnyTagClassName
{
color: #CBAEC0;
}
</style>
background-color css
<style>
a { background-color: #CBAEC0; }
a { background-color: rgb(203,174,192); }
div.DivClassName
{
background-color: #CBAEC0;
}
.BgClassName
{
background-color: #CBAEC0;
}
</style>
border-color css
<style>
span { border-color: #CBAEC0; }
span { border-color: rgb(203,174,192); }
td.TdClassName
{
border-color: #CBAEC0;
}
.TagClassName
{
border-color: #CBAEC0;
}
</style>