Shades of Maverick #C3B8C0
Tints of Maverick #C3B8C0
RGB
CMYK
RGB Variations
Color information
#C3B8C0 (or 0xC3B8C0) is known color: Maverick. HEX triplet: C3, B8 and C0. RGB value is (195,184,192). Sum of RGB (Red+Green+Blue) = 195+184+192=571 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.15% from 571); Green value is 184 (72.27% from 255 or 32.22% from 571); Blue value is 192 (75.39% from 255 or 33.63% from 571); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B8C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3B8C0 is #3C473F. Grayscale: #BCBCBC. Windows color (decimal): -3950400 or 12630211. OLE color: 12630211.
HSL color Cylindrical-coordinate representation of color #C3B8C0: hue angle of 316.36º degrees, saturation: 0.08, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C3B8C0 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 184 | 192 | - |
| CMYK | 0 | 0.06 | 0.02 | 0.24 |
| HSL | 316.36º | 0.08% | 0.74% | - |
| HSV(B) | 316.36º | 0.06% | 0.76% | - |
| XYZ | 49.16 | 49.69 | 56.87 | - |
| YUV | 188.2 | 130.14 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 184 | 192 | 0 | 0.06 | 0.02 | 0.24 | 316.36 | 0.08 | 0.74 |
| Hex | C3 | B8 | C0 | 0 | 6 | 2 | 18 | 13C | 8 | 4A |
| Octal | 303 | 270 | 300 | 0 | 6 | 2 | 30 | 474 | 10 | 112 |
| Binary | 11000011 | 10111000 | 11000000 | 0 | 110 | 10 | 11000 | 100111100 | 1000 | 1001010 |
Color Harmonies of #C3B8C0
Complementary color
Monochromatic Colors of #C3B8C0
Black with #C3B8C0
Text Example
Text Example
White with #C3B8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B8C0; }
p { color: rgb(195,184,192); }
H1.HeaderClassName
{
color: #C3B8C0;
}
.AnyTagClassName
{
color: #C3B8C0;
}
</style>
background-color css
<style>
a { background-color: #C3B8C0; }
a { background-color: rgb(195,184,192); }
div.DivClassName
{
background-color: #C3B8C0;
}
.BgClassName
{
background-color: #C3B8C0;
}
</style>
border-color css
<style>
span { border-color: #C3B8C0; }
span { border-color: rgb(195,184,192); }
td.TdClassName
{
border-color: #C3B8C0;
}
.TagClassName
{
border-color: #C3B8C0;
}
</style>