Shades of Maverick #D6AFC3
Tints of Maverick #D6AFC3
RGB
CMYK
RGB Variations
Color information
#D6AFC3 (or 0xD6AFC3) is known color: Maverick. HEX triplet: D6, AF and C3. RGB value is (214,175,195). Sum of RGB (Red+Green+Blue) = 214+175+195=584 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.64% from 584); Green value is 175 (68.75% from 255 or 29.97% from 584); Blue value is 195 (76.56% from 255 or 33.39% from 584); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AFC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AFC3 is #29503C. Grayscale: #BCBCBC. Windows color (decimal): -2707517 or 12824534. OLE color: 12824534.
HSL color Cylindrical-coordinate representation of color #D6AFC3: hue angle of 329.23º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D6AFC3 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 175 | 195 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.16 |
| HSL | 329.23º | 0.32% | 0.76% | - |
| HSV(B) | 329.23º | 0.18% | 0.84% | - |
| XYZ | 52.91 | 48.9 | 58.28 | - |
| YUV | 188.94 | 131.42 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 175 | 195 | 0 | 0.18 | 0.09 | 0.16 | 329.23 | 0.32 | 0.76 |
| Hex | D6 | AF | C3 | 0 | 12 | 9 | 10 | 149 | 20 | 4C |
| Octal | 326 | 257 | 303 | 0 | 22 | 11 | 20 | 511 | 40 | 114 |
| Binary | 11010110 | 10101111 | 11000011 | 0 | 10010 | 1001 | 10000 | 101001001 | 100000 | 1001100 |
Color Harmonies of #D6AFC3
Complementary color
Monochromatic Colors of #D6AFC3
Black with #D6AFC3
Text Example
Text Example
White with #D6AFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AFC3; }
p { color: rgb(214,175,195); }
H1.HeaderClassName
{
color: #D6AFC3;
}
.AnyTagClassName
{
color: #D6AFC3;
}
</style>
background-color css
<style>
a { background-color: #D6AFC3; }
a { background-color: rgb(214,175,195); }
div.DivClassName
{
background-color: #D6AFC3;
}
.BgClassName
{
background-color: #D6AFC3;
}
</style>
border-color css
<style>
span { border-color: #D6AFC3; }
span { border-color: rgb(214,175,195); }
td.TdClassName
{
border-color: #D6AFC3;
}
.TagClassName
{
border-color: #D6AFC3;
}
</style>