Shades of Maverick #C2BFC1
Tints of Maverick #C2BFC1
RGB
CMYK
RGB Variations
Color information
#C2BFC1 (or 0xC2BFC1) is known color: Maverick. HEX triplet: C2, BF and C1. RGB value is (194,191,193). Sum of RGB (Red+Green+Blue) = 194+191+193=578 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.56% from 578); Green value is 191 (75% from 255 or 33.04% from 578); Blue value is 193 (75.78% from 255 or 33.39% from 578); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BFC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BFC1 is #3D403E. Grayscale: #C0C0C0. Windows color (decimal): -4014143 or 12697538. OLE color: 12697538.
HSL color Cylindrical-coordinate representation of color #C2BFC1: hue angle of 320º degrees, saturation: 0.02, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #C2BFC1 is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 191 | 193 | - |
CMYK | 0 | 0.02 | 0.01 | 0.24 |
HSL | 320º | 0.02% | 0.75% | - |
HSV(B) | 320º | 0.02% | 0.76% | - |
XYZ | 50.5 | 52.58 | 57.94 | - |
YUV | 192.13 | 128.49 | 129.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 191 | 193 | 0 | 0.02 | 0.01 | 0.24 | 320 | 0.02 | 0.75 |
Hex | C2 | BF | C1 | 0 | 2 | 1 | 18 | 140 | 2 | 4B |
Octal | 302 | 277 | 301 | 0 | 2 | 1 | 30 | 500 | 2 | 113 |
Binary | 11000010 | 10111111 | 11000001 | 0 | 10 | 1 | 11000 | 101000000 | 10 | 1001011 |
Color Harmonies of #C2BFC1
Complementary color
Monochromatic Colors of #C2BFC1
Black with #C2BFC1
Text Example
Text Example
White with #C2BFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BFC1; }
p { color: rgb(194,191,193); }
H1.HeaderClassName
{
color: #C2BFC1;
}
.AnyTagClassName
{
color: #C2BFC1;
}
</style>
background-color css
<style>
a { background-color: #C2BFC1; }
a { background-color: rgb(194,191,193); }
div.DivClassName
{
background-color: #C2BFC1;
}
.BgClassName
{
background-color: #C2BFC1;
}
</style>
border-color css
<style>
span { border-color: #C2BFC1; }
span { border-color: rgb(194,191,193); }
td.TdClassName
{
border-color: #C2BFC1;
}
.TagClassName
{
border-color: #C2BFC1;
}
</style>