Shades of Maverick #CBBDC5
Tints of Maverick #CBBDC5
RGB
CMYK
RGB Variations
Color information
#CBBDC5 (or 0xCBBDC5) is known color: Maverick. HEX triplet: CB, BD and C5. RGB value is (203,189,197). Sum of RGB (Red+Green+Blue) = 203+189+197=589 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.47% from 589); Green value is 189 (74.22% from 255 or 32.09% from 589); Blue value is 197 (77.34% from 255 or 33.45% from 589); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBDC5 is #34423A. Grayscale: #C2C2C2. Windows color (decimal): -3424827 or 12959179. OLE color: 12959179.
HSL color Cylindrical-coordinate representation of color #CBBDC5: hue angle of 325.71º degrees, saturation: 0.12, 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 #CBBDC5 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 189 | 197 | - |
| CMYK | 0 | 0.07 | 0.03 | 0.20 |
| HSL | 325.71º | 0.12% | 0.77% | - |
| HSV(B) | 325.71º | 0.07% | 0.8% | - |
| XYZ | 52.9 | 53.12 | 60.29 | - |
| YUV | 194.1 | 129.64 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 189 | 197 | 0 | 0.07 | 0.03 | 0.20 | 325.71 | 0.12 | 0.77 |
| Hex | CB | BD | C5 | 0 | 7 | 3 | 14 | 146 | C | 4D |
| Octal | 313 | 275 | 305 | 0 | 7 | 3 | 24 | 506 | 14 | 115 |
| Binary | 11001011 | 10111101 | 11000101 | 0 | 111 | 11 | 10100 | 101000110 | 1100 | 1001101 |
Color Harmonies of #CBBDC5
Complementary color
Monochromatic Colors of #CBBDC5
Black with #CBBDC5
Text Example
Text Example
White with #CBBDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBDC5; }
p { color: rgb(203,189,197); }
H1.HeaderClassName
{
color: #CBBDC5;
}
.AnyTagClassName
{
color: #CBBDC5;
}
</style>
background-color css
<style>
a { background-color: #CBBDC5; }
a { background-color: rgb(203,189,197); }
div.DivClassName
{
background-color: #CBBDC5;
}
.BgClassName
{
background-color: #CBBDC5;
}
</style>
border-color css
<style>
span { border-color: #CBBDC5; }
span { border-color: rgb(203,189,197); }
td.TdClassName
{
border-color: #CBBDC5;
}
.TagClassName
{
border-color: #CBBDC5;
}
</style>