Shades of Maverick #C8B0C4
Tints of Maverick #C8B0C4
RGB
CMYK
RGB Variations
Color information
#C8B0C4 (or 0xC8B0C4) is known color: Maverick. HEX triplet: C8, B0 and C4. RGB value is (200,176,196). Sum of RGB (Red+Green+Blue) = 200+176+196=572 (75% of max value = 765). Red value is 200 (78.52% from 255 or 34.97% from 572); Green value is 176 (69.14% from 255 or 30.77% from 572); Blue value is 196 (76.95% from 255 or 34.27% from 572); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B0C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8B0C4 is #374F3B. Grayscale: #B9B9B9. Windows color (decimal): -3624764 or 12890312. OLE color: 12890312.
HSL color Cylindrical-coordinate representation of color #C8B0C4: hue angle of 310º degrees, saturation: 0.18, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C8B0C4 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 176 | 196 | - |
| CMYK | 0 | 0.12 | 0.02 | 0.22 |
| HSL | 310º | 0.18% | 0.74% | - |
| HSV(B) | 310º | 0.12% | 0.78% | - |
| XYZ | 49.31 | 47.32 | 58.76 | - |
| YUV | 185.46 | 133.95 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 176 | 196 | 0 | 0.12 | 0.02 | 0.22 | 310 | 0.18 | 0.74 |
| Hex | C8 | B0 | C4 | 0 | C | 2 | 16 | 136 | 12 | 4A |
| Octal | 310 | 260 | 304 | 0 | 14 | 2 | 26 | 466 | 22 | 112 |
| Binary | 11001000 | 10110000 | 11000100 | 0 | 1100 | 10 | 10110 | 100110110 | 10010 | 1001010 |
Color Harmonies of #C8B0C4
Complementary color
Monochromatic Colors of #C8B0C4
Black with #C8B0C4
Text Example
Text Example
White with #C8B0C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B0C4; }
p { color: rgb(200,176,196); }
H1.HeaderClassName
{
color: #C8B0C4;
}
.AnyTagClassName
{
color: #C8B0C4;
}
</style>
background-color css
<style>
a { background-color: #C8B0C4; }
a { background-color: rgb(200,176,196); }
div.DivClassName
{
background-color: #C8B0C4;
}
.BgClassName
{
background-color: #C8B0C4;
}
</style>
border-color css
<style>
span { border-color: #C8B0C4; }
span { border-color: rgb(200,176,196); }
td.TdClassName
{
border-color: #C8B0C4;
}
.TagClassName
{
border-color: #C8B0C4;
}
</style>