Shades of Maverick #CBAEC5
Tints of Maverick #CBAEC5
RGB
CMYK
RGB Variations
Color information
#CBAEC5 (or 0xCBAEC5) is known color: Maverick. HEX triplet: CB, AE and C5. RGB value is (203,174,197). Sum of RGB (Red+Green+Blue) = 203+174+197=574 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.37% from 574); Green value is 174 (68.36% from 255 or 30.31% from 574); Blue value is 197 (77.34% from 255 or 34.32% from 574); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAEC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAEC5 is #34513A. Grayscale: #B9B9B9. Windows color (decimal): -3428667 or 12955339. OLE color: 12955339.
HSL color Cylindrical-coordinate representation of color #CBAEC5: hue angle of 312.41º 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 #CBAEC5 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 174 | 197 | - |
| CMYK | 0 | 0.14 | 0.03 | 0.20 |
| HSL | 312.41º | 0.22% | 0.74% | - |
| HSV(B) | 312.41º | 0.14% | 0.8% | - |
| XYZ | 49.84 | 47 | 59.27 | - |
| YUV | 185.29 | 134.61 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 174 | 197 | 0 | 0.14 | 0.03 | 0.20 | 312.41 | 0.22 | 0.74 |
| Hex | CB | AE | C5 | 0 | E | 3 | 14 | 138 | 16 | 4A |
| Octal | 313 | 256 | 305 | 0 | 16 | 3 | 24 | 470 | 26 | 112 |
| Binary | 11001011 | 10101110 | 11000101 | 0 | 1110 | 11 | 10100 | 100111000 | 10110 | 1001010 |
Color Harmonies of #CBAEC5
Complementary color
Monochromatic Colors of #CBAEC5
Black with #CBAEC5
Text Example
Text Example
White with #CBAEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAEC5; }
p { color: rgb(203,174,197); }
H1.HeaderClassName
{
color: #CBAEC5;
}
.AnyTagClassName
{
color: #CBAEC5;
}
</style>
background-color css
<style>
a { background-color: #CBAEC5; }
a { background-color: rgb(203,174,197); }
div.DivClassName
{
background-color: #CBAEC5;
}
.BgClassName
{
background-color: #CBAEC5;
}
</style>
border-color css
<style>
span { border-color: #CBAEC5; }
span { border-color: rgb(203,174,197); }
td.TdClassName
{
border-color: #CBAEC5;
}
.TagClassName
{
border-color: #CBAEC5;
}
</style>