Shades of Maverick #C8BBC3
Tints of Maverick #C8BBC3
RGB
CMYK
RGB Variations
Color information
#C8BBC3 (or 0xC8BBC3) is known color: Maverick. HEX triplet: C8, BB and C3. RGB value is (200,187,195). Sum of RGB (Red+Green+Blue) = 200+187+195=582 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.36% from 582); Green value is 187 (73.44% from 255 or 32.13% from 582); Blue value is 195 (76.56% from 255 or 33.51% from 582); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BBC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BBC3 is #37443C. Grayscale: #BFBFBF. Windows color (decimal): -3621949 or 12827592. OLE color: 12827592.
HSL color Cylindrical-coordinate representation of color #C8BBC3: hue angle of 323.08º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C8BBC3 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 187 | 195 | - |
| CMYK | 0 | 0.06 | 0.02 | 0.22 |
| HSL | 323.08º | 0.11% | 0.76% | - |
| HSV(B) | 323.08º | 0.07% | 0.78% | - |
| XYZ | 51.44 | 51.76 | 58.91 | - |
| YUV | 191.8 | 129.81 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 187 | 195 | 0 | 0.06 | 0.02 | 0.22 | 323.08 | 0.11 | 0.76 |
| Hex | C8 | BB | C3 | 0 | 6 | 2 | 16 | 143 | B | 4C |
| Octal | 310 | 273 | 303 | 0 | 6 | 2 | 26 | 503 | 13 | 114 |
| Binary | 11001000 | 10111011 | 11000011 | 0 | 110 | 10 | 10110 | 101000011 | 1011 | 1001100 |
Color Harmonies of #C8BBC3
Complementary color
Monochromatic Colors of #C8BBC3
Black with #C8BBC3
Text Example
Text Example
White with #C8BBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BBC3; }
p { color: rgb(200,187,195); }
H1.HeaderClassName
{
color: #C8BBC3;
}
.AnyTagClassName
{
color: #C8BBC3;
}
</style>
background-color css
<style>
a { background-color: #C8BBC3; }
a { background-color: rgb(200,187,195); }
div.DivClassName
{
background-color: #C8BBC3;
}
.BgClassName
{
background-color: #C8BBC3;
}
</style>
border-color css
<style>
span { border-color: #C8BBC3; }
span { border-color: rgb(200,187,195); }
td.TdClassName
{
border-color: #C8BBC3;
}
.TagClassName
{
border-color: #C8BBC3;
}
</style>