Shades of Maverick #D0B6CB
Tints of Maverick #D0B6CB
RGB
CMYK
RGB Variations
Color information
#D0B6CB (or 0xD0B6CB) is known color: Maverick. HEX triplet: D0, B6 and CB. RGB value is (208,182,203). Sum of RGB (Red+Green+Blue) = 208+182+203=593 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.08% from 593); Green value is 182 (71.48% from 255 or 30.69% from 593); Blue value is 203 (79.69% from 255 or 34.23% from 593); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0B6CB is #2F4934. Grayscale: #C0C0C0. Windows color (decimal): -3098933 or 13350608. OLE color: 13350608.
HSL color Cylindrical-coordinate representation of color #D0B6CB: hue angle of 311.54º degrees, saturation: 0.22, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D0B6CB is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 182 | 203 | - |
| CMYK | 0 | 0.12 | 0.02 | 0.18 |
| HSL | 311.54º | 0.22% | 0.76% | - |
| HSV(B) | 311.54º | 0.13% | 0.82% | - |
| XYZ | 53.52 | 51.18 | 63.56 | - |
| YUV | 192.17 | 134.11 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 182 | 203 | 0 | 0.12 | 0.02 | 0.18 | 311.54 | 0.22 | 0.76 |
| Hex | D0 | B6 | CB | 0 | C | 2 | 12 | 138 | 16 | 4C |
| Octal | 320 | 266 | 313 | 0 | 14 | 2 | 22 | 470 | 26 | 114 |
| Binary | 11010000 | 10110110 | 11001011 | 0 | 1100 | 10 | 10010 | 100111000 | 10110 | 1001100 |
Color Harmonies of #D0B6CB
Complementary color
Monochromatic Colors of #D0B6CB
Black with #D0B6CB
Text Example
Text Example
White with #D0B6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B6CB; }
p { color: rgb(208,182,203); }
H1.HeaderClassName
{
color: #D0B6CB;
}
.AnyTagClassName
{
color: #D0B6CB;
}
</style>
background-color css
<style>
a { background-color: #D0B6CB; }
a { background-color: rgb(208,182,203); }
div.DivClassName
{
background-color: #D0B6CB;
}
.BgClassName
{
background-color: #D0B6CB;
}
</style>
border-color css
<style>
span { border-color: #D0B6CB; }
span { border-color: rgb(208,182,203); }
td.TdClassName
{
border-color: #D0B6CB;
}
.TagClassName
{
border-color: #D0B6CB;
}
</style>