Shades of Maverick #CBB7C7
Tints of Maverick #CBB7C7
RGB
CMYK
RGB Variations
Color information
#CBB7C7 (or 0xCBB7C7) is known color: Maverick. HEX triplet: CB, B7 and C7. RGB value is (203,183,199). Sum of RGB (Red+Green+Blue) = 203+183+199=585 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.70% from 585); Green value is 183 (71.88% from 255 or 31.28% from 585); Blue value is 199 (78.12% from 255 or 34.02% from 585); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB7C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB7C7 is #344838. Grayscale: #BEBEBE. Windows color (decimal): -3426361 or 13088715. OLE color: 13088715.
HSL color Cylindrical-coordinate representation of color #CBB7C7: hue angle of 312º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CBB7C7 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 183 | 199 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.20 |
| HSL | 312º | 0.16% | 0.76% | - |
| HSV(B) | 312º | 0.1% | 0.8% | - |
| XYZ | 51.87 | 50.69 | 61.08 | - |
| YUV | 190.8 | 132.63 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 183 | 199 | 0 | 0.10 | 0.02 | 0.20 | 312 | 0.16 | 0.76 |
| Hex | CB | B7 | C7 | 0 | A | 2 | 14 | 138 | 10 | 4C |
| Octal | 313 | 267 | 307 | 0 | 12 | 2 | 24 | 470 | 20 | 114 |
| Binary | 11001011 | 10110111 | 11000111 | 0 | 1010 | 10 | 10100 | 100111000 | 10000 | 1001100 |
Color Harmonies of #CBB7C7
Complementary color
Monochromatic Colors of #CBB7C7
Black with #CBB7C7
Text Example
Text Example
White with #CBB7C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB7C7; }
p { color: rgb(203,183,199); }
H1.HeaderClassName
{
color: #CBB7C7;
}
.AnyTagClassName
{
color: #CBB7C7;
}
</style>
background-color css
<style>
a { background-color: #CBB7C7; }
a { background-color: rgb(203,183,199); }
div.DivClassName
{
background-color: #CBB7C7;
}
.BgClassName
{
background-color: #CBB7C7;
}
</style>
border-color css
<style>
span { border-color: #CBB7C7; }
span { border-color: rgb(203,183,199); }
td.TdClassName
{
border-color: #CBB7C7;
}
.TagClassName
{
border-color: #CBB7C7;
}
</style>