Shades of Maverick #CBB7C2
Tints of Maverick #CBB7C2
RGB
CMYK
RGB Variations
Color information
#CBB7C2 (or 0xCBB7C2) is known color: Maverick. HEX triplet: CB, B7 and C2. RGB value is (203,183,194). Sum of RGB (Red+Green+Blue) = 203+183+194=580 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35% from 580); Green value is 183 (71.88% from 255 or 31.55% from 580); Blue value is 194 (76.17% from 255 or 33.45% from 580); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB7C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB7C2 is #34483D. Grayscale: #BEBEBE. Windows color (decimal): -3426366 or 12761035. OLE color: 12761035.
HSL color Cylindrical-coordinate representation of color #CBB7C2: hue angle of 327º 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 #CBB7C2 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 183 | 194 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.20 |
| HSL | 327º | 0.16% | 0.76% | - |
| HSV(B) | 327º | 0.1% | 0.8% | - |
| XYZ | 51.3 | 50.46 | 58.07 | - |
| YUV | 190.23 | 130.13 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 183 | 194 | 0 | 0.10 | 0.04 | 0.20 | 327 | 0.16 | 0.76 |
| Hex | CB | B7 | C2 | 0 | A | 4 | 14 | 147 | 10 | 4C |
| Octal | 313 | 267 | 302 | 0 | 12 | 4 | 24 | 507 | 20 | 114 |
| Binary | 11001011 | 10110111 | 11000010 | 0 | 1010 | 100 | 10100 | 101000111 | 10000 | 1001100 |
Color Harmonies of #CBB7C2
Complementary color
Monochromatic Colors of #CBB7C2
Black with #CBB7C2
Text Example
Text Example
White with #CBB7C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB7C2; }
p { color: rgb(203,183,194); }
H1.HeaderClassName
{
color: #CBB7C2;
}
.AnyTagClassName
{
color: #CBB7C2;
}
</style>
background-color css
<style>
a { background-color: #CBB7C2; }
a { background-color: rgb(203,183,194); }
div.DivClassName
{
background-color: #CBB7C2;
}
.BgClassName
{
background-color: #CBB7C2;
}
</style>
border-color css
<style>
span { border-color: #CBB7C2; }
span { border-color: rgb(203,183,194); }
td.TdClassName
{
border-color: #CBB7C2;
}
.TagClassName
{
border-color: #CBB7C2;
}
</style>