Shades of Maverick #C5B8C1
Tints of Maverick #C5B8C1
RGB
CMYK
RGB Variations
Color information
#C5B8C1 (or 0xC5B8C1) is known color: Maverick. HEX triplet: C5, B8 and C1. RGB value is (197,184,193). Sum of RGB (Red+Green+Blue) = 197+184+193=574 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.32% from 574); Green value is 184 (72.27% from 255 or 32.06% from 574); Blue value is 193 (75.78% from 255 or 33.62% from 574); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B8C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5B8C1 is #3A473E. Grayscale: #BCBCBC. Windows color (decimal): -3819327 or 12695749. OLE color: 12695749.
HSL color Cylindrical-coordinate representation of color #C5B8C1: hue angle of 318.46º 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 #C5B8C1 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 184 | 193 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.23 |
| HSL | 318.46º | 0.1% | 0.75% | - |
| HSV(B) | 318.46º | 0.07% | 0.77% | - |
| XYZ | 49.79 | 50 | 57.48 | - |
| YUV | 188.91 | 130.31 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 184 | 193 | 0 | 0.07 | 0.02 | 0.23 | 318.46 | 0.1 | 0.75 |
| Hex | C5 | B8 | C1 | 0 | 7 | 2 | 17 | 13E | A | 4B |
| Octal | 305 | 270 | 301 | 0 | 7 | 2 | 27 | 476 | 12 | 113 |
| Binary | 11000101 | 10111000 | 11000001 | 0 | 111 | 10 | 10111 | 100111110 | 1010 | 1001011 |
Color Harmonies of #C5B8C1
Complementary color
Monochromatic Colors of #C5B8C1
Black with #C5B8C1
Text Example
Text Example
White with #C5B8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B8C1; }
p { color: rgb(197,184,193); }
H1.HeaderClassName
{
color: #C5B8C1;
}
.AnyTagClassName
{
color: #C5B8C1;
}
</style>
background-color css
<style>
a { background-color: #C5B8C1; }
a { background-color: rgb(197,184,193); }
div.DivClassName
{
background-color: #C5B8C1;
}
.BgClassName
{
background-color: #C5B8C1;
}
</style>
border-color css
<style>
span { border-color: #C5B8C1; }
span { border-color: rgb(197,184,193); }
td.TdClassName
{
border-color: #C5B8C1;
}
.TagClassName
{
border-color: #C5B8C1;
}
</style>