Shades of Maverick #C6BDC3
Tints of Maverick #C6BDC3
RGB
CMYK
RGB Variations
Color information
#C6BDC3 (or 0xC6BDC3) is known color: Maverick. HEX triplet: C6, BD and C3. RGB value is (198,189,195). Sum of RGB (Red+Green+Blue) = 198+189+195=582 (77% of max value = 765). Red value is 198 (77.73% from 255 or 34.02% from 582); Green value is 189 (74.22% from 255 or 32.47% from 582); Blue value is 195 (76.56% from 255 or 33.51% from 582); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BDC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BDC3 is #39423C. Grayscale: #C0C0C0. Windows color (decimal): -3752509 or 12828102. OLE color: 12828102.
HSL color Cylindrical-coordinate representation of color #C6BDC3: hue angle of 320º degrees, saturation: 0.07, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C6BDC3 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
RGB | 198 | 189 | 195 | - |
CMYK | 0 | 0.05 | 0.02 | 0.22 |
HSL | 320º | 0.07% | 0.76% | - |
HSV(B) | 320º | 0.05% | 0.78% | - |
XYZ | 51.34 | 52.34 | 59.03 | - |
YUV | 192.38 | 129.48 | 132.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 189 | 195 | 0 | 0.05 | 0.02 | 0.22 | 320 | 0.07 | 0.76 |
Hex | C6 | BD | C3 | 0 | 5 | 2 | 16 | 140 | 7 | 4C |
Octal | 306 | 275 | 303 | 0 | 5 | 2 | 26 | 500 | 7 | 114 |
Binary | 11000110 | 10111101 | 11000011 | 0 | 101 | 10 | 10110 | 101000000 | 111 | 1001100 |
Color Harmonies of #C6BDC3
Complementary color
Monochromatic Colors of #C6BDC3
Black with #C6BDC3
Text Example
Text Example
White with #C6BDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BDC3; }
p { color: rgb(198,189,195); }
H1.HeaderClassName
{
color: #C6BDC3;
}
.AnyTagClassName
{
color: #C6BDC3;
}
</style>
background-color css
<style>
a { background-color: #C6BDC3; }
a { background-color: rgb(198,189,195); }
div.DivClassName
{
background-color: #C6BDC3;
}
.BgClassName
{
background-color: #C6BDC3;
}
</style>
border-color css
<style>
span { border-color: #C6BDC3; }
span { border-color: rgb(198,189,195); }
td.TdClassName
{
border-color: #C6BDC3;
}
.TagClassName
{
border-color: #C6BDC3;
}
</style>