Shades of Maverick #C8BDC4
Tints of Maverick #C8BDC4
RGB
CMYK
RGB Variations
Color information
#C8BDC4 (or 0xC8BDC4) is known color: Maverick. HEX triplet: C8, BD and C4. RGB value is (200,189,196). Sum of RGB (Red+Green+Blue) = 200+189+196=585 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.19% from 585); Green value is 189 (74.22% from 255 or 32.31% from 585); Blue value is 196 (76.95% from 255 or 33.50% from 585); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BDC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BDC4 is #37423B. Grayscale: #C1C1C1. Windows color (decimal): -3621436 or 12893640. OLE color: 12893640.
HSL color Cylindrical-coordinate representation of color #C8BDC4: hue angle of 321.82º degrees, saturation: 0.09, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C8BDC4 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
RGB | 200 | 189 | 196 | - |
CMYK | 0 | 0.06 | 0.02 | 0.22 |
HSL | 321.82º | 0.09% | 0.76% | - |
HSV(B) | 321.82º | 0.06% | 0.78% | - |
XYZ | 51.98 | 52.66 | 59.65 | - |
YUV | 193.09 | 129.64 | 132.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 189 | 196 | 0 | 0.06 | 0.02 | 0.22 | 321.82 | 0.09 | 0.76 |
Hex | C8 | BD | C4 | 0 | 6 | 2 | 16 | 142 | 9 | 4C |
Octal | 310 | 275 | 304 | 0 | 6 | 2 | 26 | 502 | 11 | 114 |
Binary | 11001000 | 10111101 | 11000100 | 0 | 110 | 10 | 10110 | 101000010 | 1001 | 1001100 |
Color Harmonies of #C8BDC4
Complementary color
Monochromatic Colors of #C8BDC4
Black with #C8BDC4
Text Example
Text Example
White with #C8BDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BDC4; }
p { color: rgb(200,189,196); }
H1.HeaderClassName
{
color: #C8BDC4;
}
.AnyTagClassName
{
color: #C8BDC4;
}
</style>
background-color css
<style>
a { background-color: #C8BDC4; }
a { background-color: rgb(200,189,196); }
div.DivClassName
{
background-color: #C8BDC4;
}
.BgClassName
{
background-color: #C8BDC4;
}
</style>
border-color css
<style>
span { border-color: #C8BDC4; }
span { border-color: rgb(200,189,196); }
td.TdClassName
{
border-color: #C8BDC4;
}
.TagClassName
{
border-color: #C8BDC4;
}
</style>