Shades of Maverick #CBBCC6
Tints of Maverick #CBBCC6
RGB
CMYK
RGB Variations
Color information
#CBBCC6 (or 0xCBBCC6) is known color: Maverick. HEX triplet: CB, BC and C6. RGB value is (203,188,198). Sum of RGB (Red+Green+Blue) = 203+188+198=589 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.47% from 589); Green value is 188 (73.83% from 255 or 31.92% from 589); Blue value is 198 (77.73% from 255 or 33.62% from 589); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBCC6 is #344339. Grayscale: #C1C1C1. Windows color (decimal): -3425082 or 13024459. OLE color: 13024459.
HSL color Cylindrical-coordinate representation of color #CBBCC6: hue angle of 320º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CBBCC6 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 188 | 198 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.20 |
| HSL | 320º | 0.13% | 0.77% | - |
| HSV(B) | 320º | 0.07% | 0.8% | - |
| XYZ | 52.8 | 52.74 | 60.82 | - |
| YUV | 193.63 | 130.47 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 188 | 198 | 0 | 0.07 | 0.02 | 0.20 | 320 | 0.13 | 0.77 |
| Hex | CB | BC | C6 | 0 | 7 | 2 | 14 | 140 | D | 4D |
| Octal | 313 | 274 | 306 | 0 | 7 | 2 | 24 | 500 | 15 | 115 |
| Binary | 11001011 | 10111100 | 11000110 | 0 | 111 | 10 | 10100 | 101000000 | 1101 | 1001101 |
Color Harmonies of #CBBCC6
Complementary color
Monochromatic Colors of #CBBCC6
Black with #CBBCC6
Text Example
Text Example
White with #CBBCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBCC6; }
p { color: rgb(203,188,198); }
H1.HeaderClassName
{
color: #CBBCC6;
}
.AnyTagClassName
{
color: #CBBCC6;
}
</style>
background-color css
<style>
a { background-color: #CBBCC6; }
a { background-color: rgb(203,188,198); }
div.DivClassName
{
background-color: #CBBCC6;
}
.BgClassName
{
background-color: #CBBCC6;
}
</style>
border-color css
<style>
span { border-color: #CBBCC6; }
span { border-color: rgb(203,188,198); }
td.TdClassName
{
border-color: #CBBCC6;
}
.TagClassName
{
border-color: #CBBCC6;
}
</style>