Shades of Maverick #CBB9C5
Tints of Maverick #CBB9C5
RGB
CMYK
RGB Variations
Color information
#CBB9C5 (or 0xCBB9C5) is known color: Maverick. HEX triplet: CB, B9 and C5. RGB value is (203,185,197). Sum of RGB (Red+Green+Blue) = 203+185+197=585 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.70% from 585); Green value is 185 (72.66% from 255 or 31.62% from 585); Blue value is 197 (77.34% from 255 or 33.68% from 585); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB9C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB9C5 is #34463A. Grayscale: #BFBFBF. Windows color (decimal): -3425851 or 12958155. OLE color: 12958155.
HSL color Cylindrical-coordinate representation of color #CBB9C5: hue angle of 320º 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 #CBB9C5 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 185 | 197 | - |
| CMYK | 0 | 0.09 | 0.03 | 0.20 |
| HSL | 320º | 0.15% | 0.76% | - |
| HSV(B) | 320º | 0.09% | 0.8% | - |
| XYZ | 52.06 | 51.43 | 60.01 | - |
| YUV | 191.75 | 130.96 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 185 | 197 | 0 | 0.09 | 0.03 | 0.20 | 320 | 0.15 | 0.76 |
| Hex | CB | B9 | C5 | 0 | 9 | 3 | 14 | 140 | F | 4C |
| Octal | 313 | 271 | 305 | 0 | 11 | 3 | 24 | 500 | 17 | 114 |
| Binary | 11001011 | 10111001 | 11000101 | 0 | 1001 | 11 | 10100 | 101000000 | 1111 | 1001100 |
Color Harmonies of #CBB9C5
Complementary color
Monochromatic Colors of #CBB9C5
Black with #CBB9C5
Text Example
Text Example
White with #CBB9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB9C5; }
p { color: rgb(203,185,197); }
H1.HeaderClassName
{
color: #CBB9C5;
}
.AnyTagClassName
{
color: #CBB9C5;
}
</style>
background-color css
<style>
a { background-color: #CBB9C5; }
a { background-color: rgb(203,185,197); }
div.DivClassName
{
background-color: #CBB9C5;
}
.BgClassName
{
background-color: #CBB9C5;
}
</style>
border-color css
<style>
span { border-color: #CBB9C5; }
span { border-color: rgb(203,185,197); }
td.TdClassName
{
border-color: #CBB9C5;
}
.TagClassName
{
border-color: #CBB9C5;
}
</style>