Shades of Maverick #C5B9C3
Tints of Maverick #C5B9C3
RGB
CMYK
RGB Variations
Color information
#C5B9C3 (or 0xC5B9C3) is known color: Maverick. HEX triplet: C5, B9 and C3. RGB value is (197,185,195). Sum of RGB (Red+Green+Blue) = 197+185+195=577 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.14% from 577); Green value is 185 (72.66% from 255 or 32.06% from 577); Blue value is 195 (76.56% from 255 or 33.80% from 577); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B9C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5B9C3 is #3A463C. Grayscale: #BDBDBD. Windows color (decimal): -3819069 or 12827077. OLE color: 12827077.
HSL color Cylindrical-coordinate representation of color #C5B9C3: hue angle of 310º degrees, saturation: 0.09, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C5B9C3 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 185 | 195 | - |
| CMYK | 0 | 0.06 | 0.01 | 0.23 |
| HSL | 310º | 0.09% | 0.75% | - |
| HSV(B) | 310º | 0.06% | 0.77% | - |
| XYZ | 50.23 | 50.51 | 58.73 | - |
| YUV | 189.73 | 130.98 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 185 | 195 | 0 | 0.06 | 0.01 | 0.23 | 310 | 0.09 | 0.75 |
| Hex | C5 | B9 | C3 | 0 | 6 | 1 | 17 | 136 | 9 | 4B |
| Octal | 305 | 271 | 303 | 0 | 6 | 1 | 27 | 466 | 11 | 113 |
| Binary | 11000101 | 10111001 | 11000011 | 0 | 110 | 1 | 10111 | 100110110 | 1001 | 1001011 |
Color Harmonies of #C5B9C3
Complementary color
Monochromatic Colors of #C5B9C3
Black with #C5B9C3
Text Example
Text Example
White with #C5B9C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B9C3; }
p { color: rgb(197,185,195); }
H1.HeaderClassName
{
color: #C5B9C3;
}
.AnyTagClassName
{
color: #C5B9C3;
}
</style>
background-color css
<style>
a { background-color: #C5B9C3; }
a { background-color: rgb(197,185,195); }
div.DivClassName
{
background-color: #C5B9C3;
}
.BgClassName
{
background-color: #C5B9C3;
}
</style>
border-color css
<style>
span { border-color: #C5B9C3; }
span { border-color: rgb(197,185,195); }
td.TdClassName
{
border-color: #C5B9C3;
}
.TagClassName
{
border-color: #C5B9C3;
}
</style>