Shades of Maverick #CBBBC7
Tints of Maverick #CBBBC7
RGB
CMYK
RGB Variations
Color information
#CBBBC7 (or 0xCBBBC7) is known color: Maverick. HEX triplet: CB, BB and C7. RGB value is (203,187,199). Sum of RGB (Red+Green+Blue) = 203+187+199=589 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.47% from 589); Green value is 187 (73.44% from 255 or 31.75% from 589); Blue value is 199 (78.12% from 255 or 33.79% from 589); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBBC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBBC7 is #344438. Grayscale: #C1C1C1. Windows color (decimal): -3425337 or 13089739. OLE color: 13089739.
HSL color Cylindrical-coordinate representation of color #CBBBC7: hue angle of 315º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CBBBC7 is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 187 | 199 | - |
| CMYK | 0 | 0.08 | 0.02 | 0.20 |
| HSL | 315º | 0.13% | 0.76% | - |
| HSV(B) | 315º | 0.08% | 0.8% | - |
| XYZ | 52.71 | 52.36 | 61.36 | - |
| YUV | 193.15 | 131.3 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 187 | 199 | 0 | 0.08 | 0.02 | 0.20 | 315 | 0.13 | 0.76 |
| Hex | CB | BB | C7 | 0 | 8 | 2 | 14 | 13B | D | 4C |
| Octal | 313 | 273 | 307 | 0 | 10 | 2 | 24 | 473 | 15 | 114 |
| Binary | 11001011 | 10111011 | 11000111 | 0 | 1000 | 10 | 10100 | 100111011 | 1101 | 1001100 |
Color Harmonies of #CBBBC7
Complementary color
Monochromatic Colors of #CBBBC7
Black with #CBBBC7
Text Example
Text Example
White with #CBBBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBBC7; }
p { color: rgb(203,187,199); }
H1.HeaderClassName
{
color: #CBBBC7;
}
.AnyTagClassName
{
color: #CBBBC7;
}
</style>
background-color css
<style>
a { background-color: #CBBBC7; }
a { background-color: rgb(203,187,199); }
div.DivClassName
{
background-color: #CBBBC7;
}
.BgClassName
{
background-color: #CBBBC7;
}
</style>
border-color css
<style>
span { border-color: #CBBBC7; }
span { border-color: rgb(203,187,199); }
td.TdClassName
{
border-color: #CBBBC7;
}
.TagClassName
{
border-color: #CBBBC7;
}
</style>