Shades of Maverick #C3BBC2
Tints of Maverick #C3BBC2
RGB
CMYK
RGB Variations
Color information
#C3BBC2 (or 0xC3BBC2) is known color: Maverick. HEX triplet: C3, BB and C2. RGB value is (195,187,194). Sum of RGB (Red+Green+Blue) = 195+187+194=576 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.85% from 576); Green value is 187 (73.44% from 255 or 32.47% from 576); Blue value is 194 (76.17% from 255 or 33.68% from 576); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BBC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BBC2 is #3C443D. Grayscale: #BEBEBE. Windows color (decimal): -3949630 or 12762051. OLE color: 12762051.
HSL color Cylindrical-coordinate representation of color #C3BBC2: hue angle of 307.5º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C3BBC2 is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
RGB | 195 | 187 | 194 | - |
CMYK | 0 | 0.04 | 0.01 | 0.24 |
HSL | 307.5º | 0.06% | 0.75% | - |
HSV(B) | 307.5º | 0.04% | 0.76% | - |
XYZ | 50.01 | 51.04 | 58.25 | - |
YUV | 190.19 | 130.15 | 131.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 187 | 194 | 0 | 0.04 | 0.01 | 0.24 | 307.5 | 0.06 | 0.75 |
Hex | C3 | BB | C2 | 0 | 4 | 1 | 18 | 134 | 6 | 4B |
Octal | 303 | 273 | 302 | 0 | 4 | 1 | 30 | 464 | 6 | 113 |
Binary | 11000011 | 10111011 | 11000010 | 0 | 100 | 1 | 11000 | 100110100 | 110 | 1001011 |
Color Harmonies of #C3BBC2
Complementary color
Monochromatic Colors of #C3BBC2
Black with #C3BBC2
Text Example
Text Example
White with #C3BBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BBC2; }
p { color: rgb(195,187,194); }
H1.HeaderClassName
{
color: #C3BBC2;
}
.AnyTagClassName
{
color: #C3BBC2;
}
</style>
background-color css
<style>
a { background-color: #C3BBC2; }
a { background-color: rgb(195,187,194); }
div.DivClassName
{
background-color: #C3BBC2;
}
.BgClassName
{
background-color: #C3BBC2;
}
</style>
border-color css
<style>
span { border-color: #C3BBC2; }
span { border-color: rgb(195,187,194); }
td.TdClassName
{
border-color: #C3BBC2;
}
.TagClassName
{
border-color: #C3BBC2;
}
</style>