Shades of Maverick #C4BFC3
Tints of Maverick #C4BFC3
RGB
CMYK
RGB Variations
Color information
#C4BFC3 (or 0xC4BFC3) is known color: Maverick. HEX triplet: C4, BF and C3. RGB value is (196,191,195). Sum of RGB (Red+Green+Blue) = 196+191+195=582 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.68% from 582); Green value is 191 (75% from 255 or 32.82% from 582); Blue value is 195 (76.56% from 255 or 33.51% from 582); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BFC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BFC3 is #3B403C. Grayscale: #C0C0C0. Windows color (decimal): -3883069 or 12828612. OLE color: 12828612.
HSL color Cylindrical-coordinate representation of color #C4BFC3: hue angle of 312º degrees, saturation: 0.04, 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 #C4BFC3 is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 191 | 195 | - |
| CMYK | 0 | 0.03 | 0.01 | 0.23 |
| HSL | 312º | 0.04% | 0.76% | - |
| HSV(B) | 312º | 0.03% | 0.77% | - |
| XYZ | 51.25 | 52.94 | 59.15 | - |
| YUV | 192.95 | 129.16 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 191 | 195 | 0 | 0.03 | 0.01 | 0.23 | 312 | 0.04 | 0.76 |
| Hex | C4 | BF | C3 | 0 | 3 | 1 | 17 | 138 | 4 | 4C |
| Octal | 304 | 277 | 303 | 0 | 3 | 1 | 27 | 470 | 4 | 114 |
| Binary | 11000100 | 10111111 | 11000011 | 0 | 11 | 1 | 10111 | 100111000 | 100 | 1001100 |
Color Harmonies of #C4BFC3
Complementary color
Monochromatic Colors of #C4BFC3
Black with #C4BFC3
Text Example
Text Example
White with #C4BFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BFC3; }
p { color: rgb(196,191,195); }
H1.HeaderClassName
{
color: #C4BFC3;
}
.AnyTagClassName
{
color: #C4BFC3;
}
</style>
background-color css
<style>
a { background-color: #C4BFC3; }
a { background-color: rgb(196,191,195); }
div.DivClassName
{
background-color: #C4BFC3;
}
.BgClassName
{
background-color: #C4BFC3;
}
</style>
border-color css
<style>
span { border-color: #C4BFC3; }
span { border-color: rgb(196,191,195); }
td.TdClassName
{
border-color: #C4BFC3;
}
.TagClassName
{
border-color: #C4BFC3;
}
</style>