Shades of Maverick #C3BFC1
Tints of Maverick #C3BFC1
RGB
CMYK
RGB Variations
Color information
#C3BFC1 (or 0xC3BFC1) is known color: Maverick. HEX triplet: C3, BF and C1. RGB value is (195,191,193). Sum of RGB (Red+Green+Blue) = 195+191+193=579 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.68% from 579); Green value is 191 (75% from 255 or 32.99% from 579); Blue value is 193 (75.78% from 255 or 33.33% from 579); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BFC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BFC1 is #3C403E. Grayscale: #C0C0C0. Windows color (decimal): -3948607 or 12697539. OLE color: 12697539.
HSL color Cylindrical-coordinate representation of color #C3BFC1: hue angle of 330º degrees, saturation: 0.03, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #C3BFC1 is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
RGB | 195 | 191 | 193 | - |
CMYK | 0 | 0.02 | 0.01 | 0.24 |
HSL | 330º | 0.03% | 0.76% | - |
HSV(B) | 330º | 0.02% | 0.76% | - |
XYZ | 50.76 | 52.71 | 57.95 | - |
YUV | 192.42 | 128.33 | 129.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 191 | 193 | 0 | 0.02 | 0.01 | 0.24 | 330 | 0.03 | 0.76 |
Hex | C3 | BF | C1 | 0 | 2 | 1 | 18 | 14A | 3 | 4C |
Octal | 303 | 277 | 301 | 0 | 2 | 1 | 30 | 512 | 3 | 114 |
Binary | 11000011 | 10111111 | 11000001 | 0 | 10 | 1 | 11000 | 101001010 | 11 | 1001100 |
Color Harmonies of #C3BFC1
Complementary color
Monochromatic Colors of #C3BFC1
Black with #C3BFC1
Text Example
Text Example
White with #C3BFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BFC1; }
p { color: rgb(195,191,193); }
H1.HeaderClassName
{
color: #C3BFC1;
}
.AnyTagClassName
{
color: #C3BFC1;
}
</style>
background-color css
<style>
a { background-color: #C3BFC1; }
a { background-color: rgb(195,191,193); }
div.DivClassName
{
background-color: #C3BFC1;
}
.BgClassName
{
background-color: #C3BFC1;
}
</style>
border-color css
<style>
span { border-color: #C3BFC1; }
span { border-color: rgb(195,191,193); }
td.TdClassName
{
border-color: #C3BFC1;
}
.TagClassName
{
border-color: #C3BFC1;
}
</style>