Shades of Maverick #C5B8C2
Tints of Maverick #C5B8C2
RGB
CMYK
RGB Variations
Color information
#C5B8C2 (or 0xC5B8C2) is known color: Maverick. HEX triplet: C5, B8 and C2. RGB value is (197,184,194). Sum of RGB (Red+Green+Blue) = 197+184+194=575 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.26% from 575); Green value is 184 (72.27% from 255 or 32% from 575); Blue value is 194 (76.17% from 255 or 33.74% from 575); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B8C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5B8C2 is #3A473D. Grayscale: #BCBCBC. Windows color (decimal): -3819326 or 12761285. OLE color: 12761285.
HSL color Cylindrical-coordinate representation of color #C5B8C2: hue angle of 313.85º 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 #C5B8C2 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 184 | 194 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.23 |
| HSL | 313.85º | 0.1% | 0.75% | - |
| HSV(B) | 313.85º | 0.07% | 0.77% | - |
| XYZ | 49.9 | 50.05 | 58.07 | - |
| YUV | 189.03 | 130.81 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 184 | 194 | 0 | 0.07 | 0.02 | 0.23 | 313.85 | 0.1 | 0.75 |
| Hex | C5 | B8 | C2 | 0 | 7 | 2 | 17 | 13A | A | 4B |
| Octal | 305 | 270 | 302 | 0 | 7 | 2 | 27 | 472 | 12 | 113 |
| Binary | 11000101 | 10111000 | 11000010 | 0 | 111 | 10 | 10111 | 100111010 | 1010 | 1001011 |
Color Harmonies of #C5B8C2
Complementary color
Monochromatic Colors of #C5B8C2
Black with #C5B8C2
Text Example
Text Example
White with #C5B8C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B8C2; }
p { color: rgb(197,184,194); }
H1.HeaderClassName
{
color: #C5B8C2;
}
.AnyTagClassName
{
color: #C5B8C2;
}
</style>
background-color css
<style>
a { background-color: #C5B8C2; }
a { background-color: rgb(197,184,194); }
div.DivClassName
{
background-color: #C5B8C2;
}
.BgClassName
{
background-color: #C5B8C2;
}
</style>
border-color css
<style>
span { border-color: #C5B8C2; }
span { border-color: rgb(197,184,194); }
td.TdClassName
{
border-color: #C5B8C2;
}
.TagClassName
{
border-color: #C5B8C2;
}
</style>