Shades of Maverick #CBBEC8
Tints of Maverick #CBBEC8
RGB
CMYK
RGB Variations
Color information
#CBBEC8 (or 0xCBBEC8) is known color: Maverick. HEX triplet: CB, BE and C8. RGB value is (203,190,200). Sum of RGB (Red+Green+Blue) = 203+190+200=593 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.23% from 593); Green value is 190 (74.61% from 255 or 32.04% from 593); Blue value is 200 (78.52% from 255 or 33.73% from 593); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBEC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBEC8 is #344137. Grayscale: #C3C3C3. Windows color (decimal): -3424568 or 13156043. OLE color: 13156043.
HSL color Cylindrical-coordinate representation of color #CBBEC8: hue angle of 313.85º 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 #CBBEC8 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 190 | 200 | - |
| CMYK | 0 | 0.06 | 0.01 | 0.20 |
| HSL | 313.85º | 0.11% | 0.77% | - |
| HSV(B) | 313.85º | 0.06% | 0.8% | - |
| XYZ | 53.47 | 53.69 | 62.19 | - |
| YUV | 195.03 | 130.81 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 190 | 200 | 0 | 0.06 | 0.01 | 0.20 | 313.85 | 0.11 | 0.77 |
| Hex | CB | BE | C8 | 0 | 6 | 1 | 14 | 13A | B | 4D |
| Octal | 313 | 276 | 310 | 0 | 6 | 1 | 24 | 472 | 13 | 115 |
| Binary | 11001011 | 10111110 | 11001000 | 0 | 110 | 1 | 10100 | 100111010 | 1011 | 1001101 |
Color Harmonies of #CBBEC8
Complementary color
Monochromatic Colors of #CBBEC8
Black with #CBBEC8
Text Example
Text Example
White with #CBBEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBEC8; }
p { color: rgb(203,190,200); }
H1.HeaderClassName
{
color: #CBBEC8;
}
.AnyTagClassName
{
color: #CBBEC8;
}
</style>
background-color css
<style>
a { background-color: #CBBEC8; }
a { background-color: rgb(203,190,200); }
div.DivClassName
{
background-color: #CBBEC8;
}
.BgClassName
{
background-color: #CBBEC8;
}
</style>
border-color css
<style>
span { border-color: #CBBEC8; }
span { border-color: rgb(203,190,200); }
td.TdClassName
{
border-color: #CBBEC8;
}
.TagClassName
{
border-color: #CBBEC8;
}
</style>