Shades of Maverick #CBAEBF
Tints of Maverick #CBAEBF
RGB
CMYK
RGB Variations
Color information
#CBAEBF (or 0xCBAEBF) is known color: Maverick. HEX triplet: CB, AE and BF. RGB value is (203,174,191). Sum of RGB (Red+Green+Blue) = 203+174+191=568 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.74% from 568); Green value is 174 (68.36% from 255 or 30.63% from 568); Blue value is 191 (75% from 255 or 33.63% from 568); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAEBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAEBF is #345140. Grayscale: #B8B8B8. Windows color (decimal): -3428673 or 12562123. OLE color: 12562123.
HSL color Cylindrical-coordinate representation of color #CBAEBF: hue angle of 324.83º 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 #CBAEBF is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 174 | 191 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.20 |
| HSL | 324.83º | 0.22% | 0.74% | - |
| HSV(B) | 324.83º | 0.14% | 0.8% | - |
| XYZ | 49.17 | 46.73 | 55.72 | - |
| YUV | 184.61 | 131.61 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 174 | 191 | 0 | 0.14 | 0.06 | 0.20 | 324.83 | 0.22 | 0.74 |
| Hex | CB | AE | BF | 0 | E | 6 | 14 | 145 | 16 | 4A |
| Octal | 313 | 256 | 277 | 0 | 16 | 6 | 24 | 505 | 26 | 112 |
| Binary | 11001011 | 10101110 | 10111111 | 0 | 1110 | 110 | 10100 | 101000101 | 10110 | 1001010 |
Color Harmonies of #CBAEBF
Complementary color
Monochromatic Colors of #CBAEBF
Black with #CBAEBF
Text Example
Text Example
White with #CBAEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAEBF; }
p { color: rgb(203,174,191); }
H1.HeaderClassName
{
color: #CBAEBF;
}
.AnyTagClassName
{
color: #CBAEBF;
}
</style>
background-color css
<style>
a { background-color: #CBAEBF; }
a { background-color: rgb(203,174,191); }
div.DivClassName
{
background-color: #CBAEBF;
}
.BgClassName
{
background-color: #CBAEBF;
}
</style>
border-color css
<style>
span { border-color: #CBAEBF; }
span { border-color: rgb(203,174,191); }
td.TdClassName
{
border-color: #CBAEBF;
}
.TagClassName
{
border-color: #CBAEBF;
}
</style>