Shades of Maverick #C6B8C2
Tints of Maverick #C6B8C2
RGB
CMYK
RGB Variations
Color information
#C6B8C2 (or 0xC6B8C2) is known color: Maverick. HEX triplet: C6, B8 and C2. RGB value is (198,184,194). Sum of RGB (Red+Green+Blue) = 198+184+194=576 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.38% from 576); Green value is 184 (72.27% from 255 or 31.94% from 576); Blue value is 194 (76.17% from 255 or 33.68% from 576); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B8C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6B8C2 is #39473D. Grayscale: #BDBDBD. Windows color (decimal): -3753790 or 12761286. OLE color: 12761286.
HSL color Cylindrical-coordinate representation of color #C6B8C2: hue angle of 317.14º degrees, saturation: 0.11, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C6B8C2 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
RGB | 198 | 184 | 194 | - |
CMYK | 0 | 0.07 | 0.02 | 0.22 |
HSL | 317.14º | 0.11% | 0.75% | - |
HSV(B) | 317.14º | 0.07% | 0.78% | - |
XYZ | 50.17 | 50.18 | 58.08 | - |
YUV | 189.33 | 130.64 | 134.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 184 | 194 | 0 | 0.07 | 0.02 | 0.22 | 317.14 | 0.11 | 0.75 |
Hex | C6 | B8 | C2 | 0 | 7 | 2 | 16 | 13D | B | 4B |
Octal | 306 | 270 | 302 | 0 | 7 | 2 | 26 | 475 | 13 | 113 |
Binary | 11000110 | 10111000 | 11000010 | 0 | 111 | 10 | 10110 | 100111101 | 1011 | 1001011 |
Color Harmonies of #C6B8C2
Complementary color
Monochromatic Colors of #C6B8C2
Black with #C6B8C2
Text Example
Text Example
White with #C6B8C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B8C2; }
p { color: rgb(198,184,194); }
H1.HeaderClassName
{
color: #C6B8C2;
}
.AnyTagClassName
{
color: #C6B8C2;
}
</style>
background-color css
<style>
a { background-color: #C6B8C2; }
a { background-color: rgb(198,184,194); }
div.DivClassName
{
background-color: #C6B8C2;
}
.BgClassName
{
background-color: #C6B8C2;
}
</style>
border-color css
<style>
span { border-color: #C6B8C2; }
span { border-color: rgb(198,184,194); }
td.TdClassName
{
border-color: #C6B8C2;
}
.TagClassName
{
border-color: #C6B8C2;
}
</style>