Shades of Maverick #CBAEC4
Tints of Maverick #CBAEC4
RGB
CMYK
RGB Variations
Color information
#CBAEC4 (or 0xCBAEC4) is known color: Maverick. HEX triplet: CB, AE and C4. RGB value is (203,174,196). Sum of RGB (Red+Green+Blue) = 203+174+196=573 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.43% from 573); Green value is 174 (68.36% from 255 or 30.37% from 573); Blue value is 196 (76.95% from 255 or 34.21% from 573); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAEC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAEC4 is #34513B. Grayscale: #B9B9B9. Windows color (decimal): -3428668 or 12889803. OLE color: 12889803.
HSL color Cylindrical-coordinate representation of color #CBAEC4: hue angle of 314.48º 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 #CBAEC4 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 174 | 196 | - |
| CMYK | 0 | 0.14 | 0.03 | 0.20 |
| HSL | 314.48º | 0.22% | 0.74% | - |
| HSV(B) | 314.48º | 0.14% | 0.8% | - |
| XYZ | 49.73 | 46.95 | 58.67 | - |
| YUV | 185.18 | 134.11 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 174 | 196 | 0 | 0.14 | 0.03 | 0.20 | 314.48 | 0.22 | 0.74 |
| Hex | CB | AE | C4 | 0 | E | 3 | 14 | 13A | 16 | 4A |
| Octal | 313 | 256 | 304 | 0 | 16 | 3 | 24 | 472 | 26 | 112 |
| Binary | 11001011 | 10101110 | 11000100 | 0 | 1110 | 11 | 10100 | 100111010 | 10110 | 1001010 |
Color Harmonies of #CBAEC4
Complementary color
Monochromatic Colors of #CBAEC4
Black with #CBAEC4
Text Example
Text Example
White with #CBAEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAEC4; }
p { color: rgb(203,174,196); }
H1.HeaderClassName
{
color: #CBAEC4;
}
.AnyTagClassName
{
color: #CBAEC4;
}
</style>
background-color css
<style>
a { background-color: #CBAEC4; }
a { background-color: rgb(203,174,196); }
div.DivClassName
{
background-color: #CBAEC4;
}
.BgClassName
{
background-color: #CBAEC4;
}
</style>
border-color css
<style>
span { border-color: #CBAEC4; }
span { border-color: rgb(203,174,196); }
td.TdClassName
{
border-color: #CBAEC4;
}
.TagClassName
{
border-color: #CBAEC4;
}
</style>