#D7AFC7

Color #D7AFC7 Maverick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maverick #D7AFC7

Tints of Maverick #D7AFC7

Color information

#D7AFC7 (or 0xD7AFC7) is unknown color: approx Maverick. HEX triplet: D7, AF and C7. RGB value is (215,175,199). Sum of RGB (Red+Green+Blue) = 215+175+199=589 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.50% from 589); Green value is 175 (68.75% from 255 or 29.71% from 589); Blue value is 199 (78.12% from 255 or 33.79% from 589); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AFC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7AFC7 is #285038. Grayscale: #BDBDBD. Windows color (decimal): -2641977 or 13086679. OLE color: 13086679.

HSL color Cylindrical-coordinate representation of color #D7AFC7: hue angle of 324º 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 #D7AFC7 is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB215175199-
CMYK00.190.070.16
HSL324º33.33%76.47%-
HSV(B)324º18.6%84.31%-
XYZ53.6649.2360.71-
YUV189.7133.25146.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 215 (84.38% from 255) = 36.50%
GREEN value IS 175 (68.75% from 255) = 29.71%
BLUE value IS 199 (78.12% from 255) = 33.79%
R=36.50%
G=29.71%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517519900.190.070.1632433.3376.47
HexD7AFC7013710144214c
Octal32725730702372050441114
Binary110101111010111111000111010011111100001010001001000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AFC7; }

 p { color: rgb(215,175,199); }

 H1.HeaderClassName
 {
   color: #D7AFC7;
 }
 .AnyTagClassName
 {
   color: #D7AFC7;
 }
</style>
background-color css

<style>
 a { background-color: #D7AFC7; }

 a { background-color: rgb(215,175,199); }

 div.DivClassName
 {
   background-color: #D7AFC7;
 }
 .BgClassName
 {
   background-color: #D7AFC7;
 }
</style>
border-color css

<style>
 span { border-color: #D7AFC7; }

 span { border-color: rgb(215,175,199); }

 td.TdClassName
 {
   border-color: #D7AFC7;
 }
 .TagClassName
 {
   border-color: #D7AFC7;
 }
</style>