Shades of Maverick #CBB9C7
Tints of Maverick #CBB9C7
RGB
CMYK
RGB Variations
Color information
#CBB9C7 (or 0xCBB9C7) is known color: Maverick. HEX triplet: CB, B9 and C7. RGB value is (203,185,199). Sum of RGB (Red+Green+Blue) = 203+185+199=587 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.58% from 587); Green value is 185 (72.66% from 255 or 31.52% from 587); Blue value is 199 (78.12% from 255 or 33.90% from 587); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB9C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB9C7 is #344638. Grayscale: #BFBFBF. Windows color (decimal): -3425849 or 13089227. OLE color: 13089227.
HSL color Cylindrical-coordinate representation of color #CBB9C7: hue angle of 313.33º 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 #CBB9C7 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 185 | 199 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.20 |
| HSL | 313.33º | 0.15% | 0.76% | - |
| HSV(B) | 313.33º | 0.09% | 0.8% | - |
| XYZ | 52.29 | 51.52 | 61.22 | - |
| YUV | 191.98 | 131.96 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 185 | 199 | 0 | 0.09 | 0.02 | 0.20 | 313.33 | 0.15 | 0.76 |
| Hex | CB | B9 | C7 | 0 | 9 | 2 | 14 | 139 | F | 4C |
| Octal | 313 | 271 | 307 | 0 | 11 | 2 | 24 | 471 | 17 | 114 |
| Binary | 11001011 | 10111001 | 11000111 | 0 | 1001 | 10 | 10100 | 100111001 | 1111 | 1001100 |
Color Harmonies of #CBB9C7
Complementary color
Monochromatic Colors of #CBB9C7
Black with #CBB9C7
Text Example
Text Example
White with #CBB9C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB9C7; }
p { color: rgb(203,185,199); }
H1.HeaderClassName
{
color: #CBB9C7;
}
.AnyTagClassName
{
color: #CBB9C7;
}
</style>
background-color css
<style>
a { background-color: #CBB9C7; }
a { background-color: rgb(203,185,199); }
div.DivClassName
{
background-color: #CBB9C7;
}
.BgClassName
{
background-color: #CBB9C7;
}
</style>
border-color css
<style>
span { border-color: #CBB9C7; }
span { border-color: rgb(203,185,199); }
td.TdClassName
{
border-color: #CBB9C7;
}
.TagClassName
{
border-color: #CBB9C7;
}
</style>