Shades of Maverick #CBBEC9
Tints of Maverick #CBBEC9
RGB
CMYK
RGB Variations
Color information
#CBBEC9 (or 0xCBBEC9) is known color: Maverick. HEX triplet: CB, BE and C9. RGB value is (203,190,201). Sum of RGB (Red+Green+Blue) = 203+190+201=594 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.18% from 594); Green value is 190 (74.61% from 255 or 31.99% from 594); Blue value is 201 (78.91% from 255 or 33.84% from 594); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBEC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBEC9 is #344136. Grayscale: #C3C3C3. Windows color (decimal): -3424567 or 13221579. OLE color: 13221579.
HSL color Cylindrical-coordinate representation of color #CBBEC9: hue angle of 309.23º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CBBEC9 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 190 | 201 | - |
| CMYK | 0 | 0.06 | 0.01 | 0.20 |
| HSL | 309.23º | 0.11% | 0.77% | - |
| HSV(B) | 309.23º | 0.06% | 0.8% | - |
| XYZ | 53.58 | 53.74 | 62.81 | - |
| YUV | 195.14 | 131.31 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 190 | 201 | 0 | 0.06 | 0.01 | 0.20 | 309.23 | 0.11 | 0.77 |
| Hex | CB | BE | C9 | 0 | 6 | 1 | 14 | 135 | B | 4D |
| Octal | 313 | 276 | 311 | 0 | 6 | 1 | 24 | 465 | 13 | 115 |
| Binary | 11001011 | 10111110 | 11001001 | 0 | 110 | 1 | 10100 | 100110101 | 1011 | 1001101 |
Color Harmonies of #CBBEC9
Complementary color
Monochromatic Colors of #CBBEC9
Black with #CBBEC9
Text Example
Text Example
White with #CBBEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBEC9; }
p { color: rgb(203,190,201); }
H1.HeaderClassName
{
color: #CBBEC9;
}
.AnyTagClassName
{
color: #CBBEC9;
}
</style>
background-color css
<style>
a { background-color: #CBBEC9; }
a { background-color: rgb(203,190,201); }
div.DivClassName
{
background-color: #CBBEC9;
}
.BgClassName
{
background-color: #CBBEC9;
}
</style>
border-color css
<style>
span { border-color: #CBBEC9; }
span { border-color: rgb(203,190,201); }
td.TdClassName
{
border-color: #CBBEC9;
}
.TagClassName
{
border-color: #CBBEC9;
}
</style>