Shades of Maverick #C5BFC2
Tints of Maverick #C5BFC2
RGB
CMYK
RGB Variations
Color information
#C5BFC2 (or 0xC5BFC2) is known color: Maverick. HEX triplet: C5, BF and C2. RGB value is (197,191,194). Sum of RGB (Red+Green+Blue) = 197+191+194=582 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.85% from 582); Green value is 191 (75% from 255 or 32.82% from 582); Blue value is 194 (76.17% from 255 or 33.33% from 582); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BFC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BFC2 is #3A403D. Grayscale: #C1C1C1. Windows color (decimal): -3817534 or 12763077. OLE color: 12763077.
HSL color Cylindrical-coordinate representation of color #C5BFC2: hue angle of 330º degrees, saturation: 0.05, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C5BFC2 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
RGB | 197 | 191 | 194 | - |
CMYK | 0 | 0.03 | 0.02 | 0.23 |
HSL | 330º | 0.05% | 0.76% | - |
HSV(B) | 330º | 0.03% | 0.77% | - |
XYZ | 51.39 | 53.03 | 58.57 | - |
YUV | 193.14 | 128.49 | 130.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 191 | 194 | 0 | 0.03 | 0.02 | 0.23 | 330 | 0.05 | 0.76 |
Hex | C5 | BF | C2 | 0 | 3 | 2 | 17 | 14A | 5 | 4C |
Octal | 305 | 277 | 302 | 0 | 3 | 2 | 27 | 512 | 5 | 114 |
Binary | 11000101 | 10111111 | 11000010 | 0 | 11 | 10 | 10111 | 101001010 | 101 | 1001100 |
Color Harmonies of #C5BFC2
Complementary color
Monochromatic Colors of #C5BFC2
Black with #C5BFC2
Text Example
Text Example
White with #C5BFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BFC2; }
p { color: rgb(197,191,194); }
H1.HeaderClassName
{
color: #C5BFC2;
}
.AnyTagClassName
{
color: #C5BFC2;
}
</style>
background-color css
<style>
a { background-color: #C5BFC2; }
a { background-color: rgb(197,191,194); }
div.DivClassName
{
background-color: #C5BFC2;
}
.BgClassName
{
background-color: #C5BFC2;
}
</style>
border-color css
<style>
span { border-color: #C5BFC2; }
span { border-color: rgb(197,191,194); }
td.TdClassName
{
border-color: #C5BFC2;
}
.TagClassName
{
border-color: #C5BFC2;
}
</style>