Shades of Maverick #C5B8C3
Tints of Maverick #C5B8C3
RGB
CMYK
RGB Variations
Color information
#C5B8C3 (or 0xC5B8C3) is known color: Maverick. HEX triplet: C5, B8 and C3. RGB value is (197,184,195). Sum of RGB (Red+Green+Blue) = 197+184+195=576 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.20% from 576); Green value is 184 (72.27% from 255 or 31.94% from 576); Blue value is 195 (76.56% from 255 or 33.85% from 576); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B8C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5B8C3 is #3A473C. Grayscale: #BDBDBD. Windows color (decimal): -3819325 or 12826821. OLE color: 12826821.
HSL color Cylindrical-coordinate representation of color #C5B8C3: hue angle of 309.23º degrees, saturation: 0.1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C5B8C3 is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 184 | 195 | - |
| CMYK | 0 | 0.07 | 0.01 | 0.23 |
| HSL | 309.23º | 0.1% | 0.75% | - |
| HSV(B) | 309.23º | 0.07% | 0.77% | - |
| XYZ | 50.02 | 50.09 | 58.66 | - |
| YUV | 189.14 | 131.31 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 184 | 195 | 0 | 0.07 | 0.01 | 0.23 | 309.23 | 0.1 | 0.75 |
| Hex | C5 | B8 | C3 | 0 | 7 | 1 | 17 | 135 | A | 4B |
| Octal | 305 | 270 | 303 | 0 | 7 | 1 | 27 | 465 | 12 | 113 |
| Binary | 11000101 | 10111000 | 11000011 | 0 | 111 | 1 | 10111 | 100110101 | 1010 | 1001011 |
Color Harmonies of #C5B8C3
Complementary color
Monochromatic Colors of #C5B8C3
Black with #C5B8C3
Text Example
Text Example
White with #C5B8C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B8C3; }
p { color: rgb(197,184,195); }
H1.HeaderClassName
{
color: #C5B8C3;
}
.AnyTagClassName
{
color: #C5B8C3;
}
</style>
background-color css
<style>
a { background-color: #C5B8C3; }
a { background-color: rgb(197,184,195); }
div.DivClassName
{
background-color: #C5B8C3;
}
.BgClassName
{
background-color: #C5B8C3;
}
</style>
border-color css
<style>
span { border-color: #C5B8C3; }
span { border-color: rgb(197,184,195); }
td.TdClassName
{
border-color: #C5B8C3;
}
.TagClassName
{
border-color: #C5B8C3;
}
</style>