Shades of Maverick #CBB8C0
Tints of Maverick #CBB8C0
RGB
CMYK
RGB Variations
Color information
#CBB8C0 (or 0xCBB8C0) is known color: Maverick. HEX triplet: CB, B8 and C0. RGB value is (203,184,192). Sum of RGB (Red+Green+Blue) = 203+184+192=579 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.06% from 579); Green value is 184 (72.27% from 255 or 31.78% from 579); Blue value is 192 (75.39% from 255 or 33.16% from 579); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB8C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB8C0 is #34473F. Grayscale: #BEBEBE. Windows color (decimal): -3426112 or 12630219. OLE color: 12630219.
HSL color Cylindrical-coordinate representation of color #CBB8C0: hue angle of 334.74º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CBB8C0 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 184 | 192 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.20 |
| HSL | 334.74º | 0.15% | 0.76% | - |
| HSV(B) | 334.74º | 0.09% | 0.8% | - |
| XYZ | 51.28 | 50.78 | 56.97 | - |
| YUV | 190.59 | 128.79 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 184 | 192 | 0 | 0.09 | 0.05 | 0.20 | 334.74 | 0.15 | 0.76 |
| Hex | CB | B8 | C0 | 0 | 9 | 5 | 14 | 14F | F | 4C |
| Octal | 313 | 270 | 300 | 0 | 11 | 5 | 24 | 517 | 17 | 114 |
| Binary | 11001011 | 10111000 | 11000000 | 0 | 1001 | 101 | 10100 | 101001111 | 1111 | 1001100 |
Color Harmonies of #CBB8C0
Complementary color
Monochromatic Colors of #CBB8C0
Black with #CBB8C0
Text Example
Text Example
White with #CBB8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB8C0; }
p { color: rgb(203,184,192); }
H1.HeaderClassName
{
color: #CBB8C0;
}
.AnyTagClassName
{
color: #CBB8C0;
}
</style>
background-color css
<style>
a { background-color: #CBB8C0; }
a { background-color: rgb(203,184,192); }
div.DivClassName
{
background-color: #CBB8C0;
}
.BgClassName
{
background-color: #CBB8C0;
}
</style>
border-color css
<style>
span { border-color: #CBB8C0; }
span { border-color: rgb(203,184,192); }
td.TdClassName
{
border-color: #CBB8C0;
}
.TagClassName
{
border-color: #CBB8C0;
}
</style>