Shades of Maverick #D0B0C1
Tints of Maverick #D0B0C1
RGB
CMYK
RGB Variations
Color information
#D0B0C1 (or 0xD0B0C1) is known color: Maverick. HEX triplet: D0, B0 and C1. RGB value is (208,176,193). Sum of RGB (Red+Green+Blue) = 208+176+193=577 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.05% from 577); Green value is 176 (69.14% from 255 or 30.50% from 577); Blue value is 193 (75.78% from 255 or 33.45% from 577); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B0C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0B0C1 is #2F4F3E. Grayscale: #BBBBBB. Windows color (decimal): -3100479 or 12693712. OLE color: 12693712.
HSL color Cylindrical-coordinate representation of color #D0B0C1: hue angle of 328.12º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D0B0C1 is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 176 | 193 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.18 |
| HSL | 328.13º | 0.25% | 0.75% | - |
| HSV(B) | 328.13º | 0.15% | 0.82% | - |
| XYZ | 51.16 | 48.31 | 57.08 | - |
| YUV | 187.51 | 131.1 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 176 | 193 | 0 | 0.15 | 0.07 | 0.18 | 328.13 | 0.25 | 0.75 |
| Hex | D0 | B0 | C1 | 0 | F | 7 | 12 | 148 | 19 | 4B |
| Octal | 320 | 260 | 301 | 0 | 17 | 7 | 22 | 510 | 31 | 113 |
| Binary | 11010000 | 10110000 | 11000001 | 0 | 1111 | 111 | 10010 | 101001000 | 11001 | 1001011 |
Color Harmonies of #D0B0C1
Complementary color
Monochromatic Colors of #D0B0C1
Black with #D0B0C1
Text Example
Text Example
White with #D0B0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B0C1; }
p { color: rgb(208,176,193); }
H1.HeaderClassName
{
color: #D0B0C1;
}
.AnyTagClassName
{
color: #D0B0C1;
}
</style>
background-color css
<style>
a { background-color: #D0B0C1; }
a { background-color: rgb(208,176,193); }
div.DivClassName
{
background-color: #D0B0C1;
}
.BgClassName
{
background-color: #D0B0C1;
}
</style>
border-color css
<style>
span { border-color: #D0B0C1; }
span { border-color: rgb(208,176,193); }
td.TdClassName
{
border-color: #D0B0C1;
}
.TagClassName
{
border-color: #D0B0C1;
}
</style>