Shades of Maverick #CBBCC7
Tints of Maverick #CBBCC7
RGB
CMYK
RGB Variations
Color information
#CBBCC7 (or 0xCBBCC7) is known color: Maverick. HEX triplet: CB, BC and C7. RGB value is (203,188,199). Sum of RGB (Red+Green+Blue) = 203+188+199=590 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.41% from 590); Green value is 188 (73.83% from 255 or 31.86% from 590); Blue value is 199 (78.12% from 255 or 33.73% from 590); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBCC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBCC7 is #344338. Grayscale: #C1C1C1. Windows color (decimal): -3425081 or 13089995. OLE color: 13089995.
HSL color Cylindrical-coordinate representation of color #CBBCC7: hue angle of 316º 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 #CBBCC7 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 188 | 199 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.20 |
| HSL | 316º | 0.13% | 0.77% | - |
| HSV(B) | 316º | 0.07% | 0.8% | - |
| XYZ | 52.92 | 52.79 | 61.43 | - |
| YUV | 193.74 | 130.97 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 188 | 199 | 0 | 0.07 | 0.02 | 0.20 | 316 | 0.13 | 0.77 |
| Hex | CB | BC | C7 | 0 | 7 | 2 | 14 | 13C | D | 4D |
| Octal | 313 | 274 | 307 | 0 | 7 | 2 | 24 | 474 | 15 | 115 |
| Binary | 11001011 | 10111100 | 11000111 | 0 | 111 | 10 | 10100 | 100111100 | 1101 | 1001101 |
Color Harmonies of #CBBCC7
Complementary color
Monochromatic Colors of #CBBCC7
Black with #CBBCC7
Text Example
Text Example
White with #CBBCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBCC7; }
p { color: rgb(203,188,199); }
H1.HeaderClassName
{
color: #CBBCC7;
}
.AnyTagClassName
{
color: #CBBCC7;
}
</style>
background-color css
<style>
a { background-color: #CBBCC7; }
a { background-color: rgb(203,188,199); }
div.DivClassName
{
background-color: #CBBCC7;
}
.BgClassName
{
background-color: #CBBCC7;
}
</style>
border-color css
<style>
span { border-color: #CBBCC7; }
span { border-color: rgb(203,188,199); }
td.TdClassName
{
border-color: #CBBCC7;
}
.TagClassName
{
border-color: #CBBCC7;
}
</style>