Shades of Maverick #CBBEC6
Tints of Maverick #CBBEC6
RGB
CMYK
RGB Variations
Color information
#CBBEC6 (or 0xCBBEC6) is known color: Maverick. HEX triplet: CB, BE and C6. RGB value is (203,190,198). Sum of RGB (Red+Green+Blue) = 203+190+198=591 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.35% from 591); Green value is 190 (74.61% from 255 or 32.15% from 591); Blue value is 198 (77.73% from 255 or 33.50% from 591); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBEC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBEC6 is #344139. Grayscale: #C2C2C2. Windows color (decimal): -3424570 or 13024971. OLE color: 13024971.
HSL color Cylindrical-coordinate representation of color #CBBEC6: hue angle of 323.08º 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 #CBBEC6 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 190 | 198 | - |
| CMYK | 0 | 0.06 | 0.02 | 0.20 |
| HSL | 323.08º | 0.11% | 0.77% | - |
| HSV(B) | 323.08º | 0.06% | 0.8% | - |
| XYZ | 53.24 | 53.6 | 60.97 | - |
| YUV | 194.8 | 129.81 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 190 | 198 | 0 | 0.06 | 0.02 | 0.20 | 323.08 | 0.11 | 0.77 |
| Hex | CB | BE | C6 | 0 | 6 | 2 | 14 | 143 | B | 4D |
| Octal | 313 | 276 | 306 | 0 | 6 | 2 | 24 | 503 | 13 | 115 |
| Binary | 11001011 | 10111110 | 11000110 | 0 | 110 | 10 | 10100 | 101000011 | 1011 | 1001101 |
Color Harmonies of #CBBEC6
Complementary color
Monochromatic Colors of #CBBEC6
Black with #CBBEC6
Text Example
Text Example
White with #CBBEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBEC6; }
p { color: rgb(203,190,198); }
H1.HeaderClassName
{
color: #CBBEC6;
}
.AnyTagClassName
{
color: #CBBEC6;
}
</style>
background-color css
<style>
a { background-color: #CBBEC6; }
a { background-color: rgb(203,190,198); }
div.DivClassName
{
background-color: #CBBEC6;
}
.BgClassName
{
background-color: #CBBEC6;
}
</style>
border-color css
<style>
span { border-color: #CBBEC6; }
span { border-color: rgb(203,190,198); }
td.TdClassName
{
border-color: #CBBEC6;
}
.TagClassName
{
border-color: #CBBEC6;
}
</style>