Shades of Maverick #C3B2BF
Tints of Maverick #C3B2BF
RGB
CMYK
RGB Variations
Color information
#C3B2BF (or 0xC3B2BF) is known color: Maverick. HEX triplet: C3, B2 and BF. RGB value is (195,178,191). Sum of RGB (Red+Green+Blue) = 195+178+191=564 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.57% from 564); Green value is 178 (69.92% from 255 or 31.56% from 564); Blue value is 191 (75% from 255 or 33.87% from 564); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B2BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3B2BF is #3C4D40. Grayscale: #B8B8B8. Windows color (decimal): -3951937 or 12563139. OLE color: 12563139.
HSL color Cylindrical-coordinate representation of color #C3B2BF: hue angle of 314.12º degrees, saturation: 0.12, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C3B2BF is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 178 | 191 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.24 |
| HSL | 314.12º | 0.12% | 0.73% | - |
| HSV(B) | 314.12º | 0.09% | 0.76% | - |
| XYZ | 47.83 | 47.2 | 55.88 | - |
| YUV | 184.57 | 131.63 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 178 | 191 | 0 | 0.09 | 0.02 | 0.24 | 314.12 | 0.12 | 0.73 |
| Hex | C3 | B2 | BF | 0 | 9 | 2 | 18 | 13A | C | 49 |
| Octal | 303 | 262 | 277 | 0 | 11 | 2 | 30 | 472 | 14 | 111 |
| Binary | 11000011 | 10110010 | 10111111 | 0 | 1001 | 10 | 11000 | 100111010 | 1100 | 1001001 |
Color Harmonies of #C3B2BF
Complementary color
Monochromatic Colors of #C3B2BF
Black with #C3B2BF
Text Example
Text Example
White with #C3B2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B2BF; }
p { color: rgb(195,178,191); }
H1.HeaderClassName
{
color: #C3B2BF;
}
.AnyTagClassName
{
color: #C3B2BF;
}
</style>
background-color css
<style>
a { background-color: #C3B2BF; }
a { background-color: rgb(195,178,191); }
div.DivClassName
{
background-color: #C3B2BF;
}
.BgClassName
{
background-color: #C3B2BF;
}
</style>
border-color css
<style>
span { border-color: #C3B2BF; }
span { border-color: rgb(195,178,191); }
td.TdClassName
{
border-color: #C3B2BF;
}
.TagClassName
{
border-color: #C3B2BF;
}
</style>