Shades of Maverick #D7AFCB
Tints of Maverick #D7AFCB
RGB
CMYK
RGB Variations
Color information
#D7AFCB (or 0xD7AFCB) is known color: Maverick. HEX triplet: D7, AF and CB. RGB value is (215,175,203). Sum of RGB (Red+Green+Blue) = 215+175+203=593 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.26% from 593); Green value is 175 (68.75% from 255 or 29.51% from 593); Blue value is 203 (79.69% from 255 or 34.23% from 593); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AFCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7AFCB is #285034. Grayscale: #BEBEBE. Windows color (decimal): -2641973 or 13348823. OLE color: 13348823.
HSL color Cylindrical-coordinate representation of color #D7AFCB: hue angle of 318º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D7AFCB is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 175 | 203 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.16 |
| HSL | 318º | 0.33% | 0.76% | - |
| HSV(B) | 318º | 0.19% | 0.84% | - |
| XYZ | 54.13 | 49.42 | 63.19 | - |
| YUV | 190.15 | 135.25 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 175 | 203 | 0 | 0.19 | 0.06 | 0.16 | 318 | 0.33 | 0.76 |
| Hex | D7 | AF | CB | 0 | 13 | 6 | 10 | 13E | 21 | 4C |
| Octal | 327 | 257 | 313 | 0 | 23 | 6 | 20 | 476 | 41 | 114 |
| Binary | 11010111 | 10101111 | 11001011 | 0 | 10011 | 110 | 10000 | 100111110 | 100001 | 1001100 |
Color Harmonies of #D7AFCB
Complementary color
Monochromatic Colors of #D7AFCB
Black with #D7AFCB
Text Example
Text Example
White with #D7AFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AFCB; }
p { color: rgb(215,175,203); }
H1.HeaderClassName
{
color: #D7AFCB;
}
.AnyTagClassName
{
color: #D7AFCB;
}
</style>
background-color css
<style>
a { background-color: #D7AFCB; }
a { background-color: rgb(215,175,203); }
div.DivClassName
{
background-color: #D7AFCB;
}
.BgClassName
{
background-color: #D7AFCB;
}
</style>
border-color css
<style>
span { border-color: #D7AFCB; }
span { border-color: rgb(215,175,203); }
td.TdClassName
{
border-color: #D7AFCB;
}
.TagClassName
{
border-color: #D7AFCB;
}
</style>