Shades of Maverick #CBB9C8
Tints of Maverick #CBB9C8
RGB
CMYK
RGB Variations
Color information
#CBB9C8 (or 0xCBB9C8) is known color: Maverick. HEX triplet: CB, B9 and C8. RGB value is (203,185,200). Sum of RGB (Red+Green+Blue) = 203+185+200=588 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.52% from 588); Green value is 185 (72.66% from 255 or 31.46% from 588); Blue value is 200 (78.52% from 255 or 34.01% from 588); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB9C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB9C8 is #344637. Grayscale: #C0C0C0. Windows color (decimal): -3425848 or 13154763. OLE color: 13154763.
HSL color Cylindrical-coordinate representation of color #CBB9C8: hue angle of 310º 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 #CBB9C8 is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 185 | 200 | - |
| CMYK | 0 | 0.09 | 0.01 | 0.20 |
| HSL | 310º | 0.15% | 0.76% | - |
| HSV(B) | 310º | 0.09% | 0.8% | - |
| XYZ | 52.4 | 51.56 | 61.83 | - |
| YUV | 192.09 | 132.46 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 185 | 200 | 0 | 0.09 | 0.01 | 0.20 | 310 | 0.15 | 0.76 |
| Hex | CB | B9 | C8 | 0 | 9 | 1 | 14 | 136 | F | 4C |
| Octal | 313 | 271 | 310 | 0 | 11 | 1 | 24 | 466 | 17 | 114 |
| Binary | 11001011 | 10111001 | 11001000 | 0 | 1001 | 1 | 10100 | 100110110 | 1111 | 1001100 |
Color Harmonies of #CBB9C8
Complementary color
Monochromatic Colors of #CBB9C8
Black with #CBB9C8
Text Example
Text Example
White with #CBB9C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB9C8; }
p { color: rgb(203,185,200); }
H1.HeaderClassName
{
color: #CBB9C8;
}
.AnyTagClassName
{
color: #CBB9C8;
}
</style>
background-color css
<style>
a { background-color: #CBB9C8; }
a { background-color: rgb(203,185,200); }
div.DivClassName
{
background-color: #CBB9C8;
}
.BgClassName
{
background-color: #CBB9C8;
}
</style>
border-color css
<style>
span { border-color: #CBB9C8; }
span { border-color: rgb(203,185,200); }
td.TdClassName
{
border-color: #CBB9C8;
}
.TagClassName
{
border-color: #CBB9C8;
}
</style>