Shades of Maverick #C5BBC3
Tints of Maverick #C5BBC3
RGB
CMYK
RGB Variations
Color information
#C5BBC3 (or 0xC5BBC3) is known color: Maverick. HEX triplet: C5, BB and C3. RGB value is (197,187,195). Sum of RGB (Red+Green+Blue) = 197+187+195=579 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.02% from 579); Green value is 187 (73.44% from 255 or 32.30% from 579); Blue value is 195 (76.56% from 255 or 33.68% from 579); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BBC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BBC3 is #3A443C. Grayscale: #BEBEBE. Windows color (decimal): -3818557 or 12827589. OLE color: 12827589.
HSL color Cylindrical-coordinate representation of color #C5BBC3: hue angle of 312º degrees, saturation: 0.08, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C5BBC3 is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 187 | 195 | - |
| CMYK | 0 | 0.05 | 0.01 | 0.23 |
| HSL | 312º | 0.08% | 0.75% | - |
| HSV(B) | 312º | 0.05% | 0.77% | - |
| XYZ | 50.65 | 51.35 | 58.87 | - |
| YUV | 190.9 | 130.31 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 187 | 195 | 0 | 0.05 | 0.01 | 0.23 | 312 | 0.08 | 0.75 |
| Hex | C5 | BB | C3 | 0 | 5 | 1 | 17 | 138 | 8 | 4B |
| Octal | 305 | 273 | 303 | 0 | 5 | 1 | 27 | 470 | 10 | 113 |
| Binary | 11000101 | 10111011 | 11000011 | 0 | 101 | 1 | 10111 | 100111000 | 1000 | 1001011 |
Color Harmonies of #C5BBC3
Complementary color
Monochromatic Colors of #C5BBC3
Black with #C5BBC3
Text Example
Text Example
White with #C5BBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BBC3; }
p { color: rgb(197,187,195); }
H1.HeaderClassName
{
color: #C5BBC3;
}
.AnyTagClassName
{
color: #C5BBC3;
}
</style>
background-color css
<style>
a { background-color: #C5BBC3; }
a { background-color: rgb(197,187,195); }
div.DivClassName
{
background-color: #C5BBC3;
}
.BgClassName
{
background-color: #C5BBC3;
}
</style>
border-color css
<style>
span { border-color: #C5BBC3; }
span { border-color: rgb(197,187,195); }
td.TdClassName
{
border-color: #C5BBC3;
}
.TagClassName
{
border-color: #C5BBC3;
}
</style>