Shades of Maverick #CBB9C6
Tints of Maverick #CBB9C6
RGB
CMYK
RGB Variations
Color information
#CBB9C6 (or 0xCBB9C6) is known color: Maverick. HEX triplet: CB, B9 and C6. RGB value is (203,185,198). Sum of RGB (Red+Green+Blue) = 203+185+198=586 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.64% from 586); Green value is 185 (72.66% from 255 or 31.57% from 586); Blue value is 198 (77.73% from 255 or 33.79% from 586); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB9C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB9C6 is #344639. Grayscale: #BFBFBF. Windows color (decimal): -3425850 or 13023691. OLE color: 13023691.
HSL color Cylindrical-coordinate representation of color #CBB9C6: hue angle of 316.67º 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 #CBB9C6 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 185 | 198 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.20 |
| HSL | 316.67º | 0.15% | 0.76% | - |
| HSV(B) | 316.67º | 0.09% | 0.8% | - |
| XYZ | 52.17 | 51.47 | 60.61 | - |
| YUV | 191.86 | 131.46 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 185 | 198 | 0 | 0.09 | 0.02 | 0.20 | 316.67 | 0.15 | 0.76 |
| Hex | CB | B9 | C6 | 0 | 9 | 2 | 14 | 13D | F | 4C |
| Octal | 313 | 271 | 306 | 0 | 11 | 2 | 24 | 475 | 17 | 114 |
| Binary | 11001011 | 10111001 | 11000110 | 0 | 1001 | 10 | 10100 | 100111101 | 1111 | 1001100 |
Color Harmonies of #CBB9C6
Complementary color
Monochromatic Colors of #CBB9C6
Black with #CBB9C6
Text Example
Text Example
White with #CBB9C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB9C6; }
p { color: rgb(203,185,198); }
H1.HeaderClassName
{
color: #CBB9C6;
}
.AnyTagClassName
{
color: #CBB9C6;
}
</style>
background-color css
<style>
a { background-color: #CBB9C6; }
a { background-color: rgb(203,185,198); }
div.DivClassName
{
background-color: #CBB9C6;
}
.BgClassName
{
background-color: #CBB9C6;
}
</style>
border-color css
<style>
span { border-color: #CBB9C6; }
span { border-color: rgb(203,185,198); }
td.TdClassName
{
border-color: #CBB9C6;
}
.TagClassName
{
border-color: #CBB9C6;
}
</style>