Shades of Maverick #CBBCC5
Tints of Maverick #CBBCC5
RGB
CMYK
RGB Variations
Color information
#CBBCC5 (or 0xCBBCC5) is known color: Maverick. HEX triplet: CB, BC and C5. RGB value is (203,188,197). Sum of RGB (Red+Green+Blue) = 203+188+197=588 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.52% from 588); Green value is 188 (73.83% from 255 or 31.97% from 588); Blue value is 197 (77.34% from 255 or 33.50% from 588); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBCC5 is #34433A. Grayscale: #C1C1C1. Windows color (decimal): -3425083 or 12958923. OLE color: 12958923.
HSL color Cylindrical-coordinate representation of color #CBBCC5: hue angle of 324º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CBBCC5 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 188 | 197 | - |
| CMYK | 0 | 0.07 | 0.03 | 0.20 |
| HSL | 324º | 0.13% | 0.77% | - |
| HSV(B) | 324º | 0.07% | 0.8% | - |
| XYZ | 52.69 | 52.69 | 60.22 | - |
| YUV | 193.51 | 129.97 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 188 | 197 | 0 | 0.07 | 0.03 | 0.20 | 324 | 0.13 | 0.77 |
| Hex | CB | BC | C5 | 0 | 7 | 3 | 14 | 144 | D | 4D |
| Octal | 313 | 274 | 305 | 0 | 7 | 3 | 24 | 504 | 15 | 115 |
| Binary | 11001011 | 10111100 | 11000101 | 0 | 111 | 11 | 10100 | 101000100 | 1101 | 1001101 |
Color Harmonies of #CBBCC5
Complementary color
Monochromatic Colors of #CBBCC5
Black with #CBBCC5
Text Example
Text Example
White with #CBBCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBCC5; }
p { color: rgb(203,188,197); }
H1.HeaderClassName
{
color: #CBBCC5;
}
.AnyTagClassName
{
color: #CBBCC5;
}
</style>
background-color css
<style>
a { background-color: #CBBCC5; }
a { background-color: rgb(203,188,197); }
div.DivClassName
{
background-color: #CBBCC5;
}
.BgClassName
{
background-color: #CBBCC5;
}
</style>
border-color css
<style>
span { border-color: #CBBCC5; }
span { border-color: rgb(203,188,197); }
td.TdClassName
{
border-color: #CBBCC5;
}
.TagClassName
{
border-color: #CBBCC5;
}
</style>