Shades of Maverick #CBC2C9
Tints of Maverick #CBC2C9
RGB
CMYK
RGB Variations
Color information
#CBC2C9 (or 0xCBC2C9) is known color: Maverick. HEX triplet: CB, C2 and C9. RGB value is (203,194,201). Sum of RGB (Red+Green+Blue) = 203+194+201=598 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.95% from 598); Green value is 194 (76.17% from 255 or 32.44% from 598); Blue value is 201 (78.91% from 255 or 33.61% from 598); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC2C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC2C9 is #343D36. Grayscale: #C5C5C5. Windows color (decimal): -3423543 or 13222603. OLE color: 13222603.
HSL color Cylindrical-coordinate representation of color #CBC2C9: hue angle of 313.33º degrees, saturation: 0.08, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CBC2C9 is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 194 | 201 | - |
| CMYK | 0 | 0.04 | 0.01 | 0.20 |
| HSL | 313.33º | 0.08% | 0.78% | - |
| HSV(B) | 313.33º | 0.04% | 0.8% | - |
| XYZ | 54.46 | 55.5 | 63.1 | - |
| YUV | 197.49 | 129.98 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 194 | 201 | 0 | 0.04 | 0.01 | 0.20 | 313.33 | 0.08 | 0.78 |
| Hex | CB | C2 | C9 | 0 | 4 | 1 | 14 | 139 | 8 | 4E |
| Octal | 313 | 302 | 311 | 0 | 4 | 1 | 24 | 471 | 10 | 116 |
| Binary | 11001011 | 11000010 | 11001001 | 0 | 100 | 1 | 10100 | 100111001 | 1000 | 1001110 |
Color Harmonies of #CBC2C9
Complementary color
Monochromatic Colors of #CBC2C9
Black with #CBC2C9
Text Example
Text Example
White with #CBC2C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC2C9; }
p { color: rgb(203,194,201); }
H1.HeaderClassName
{
color: #CBC2C9;
}
.AnyTagClassName
{
color: #CBC2C9;
}
</style>
background-color css
<style>
a { background-color: #CBC2C9; }
a { background-color: rgb(203,194,201); }
div.DivClassName
{
background-color: #CBC2C9;
}
.BgClassName
{
background-color: #CBC2C9;
}
</style>
border-color css
<style>
span { border-color: #CBC2C9; }
span { border-color: rgb(203,194,201); }
td.TdClassName
{
border-color: #CBC2C9;
}
.TagClassName
{
border-color: #CBC2C9;
}
</style>