Html Css Color HEX #D7AAC7 Maverick

📋 copy color: '#D7AAC7'

red 215 ◦ green 170 ◦ blue 199

#D7AAC7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maverick #D7AAC7

Tints of Maverick #D7AAC7

RGB

 RED value IS 215 (84.38% from 255) = 36.82%

 GREEN value IS 170 (66.8% from 255) = 29.11%

 BLUE value IS 199 (78.13% from 255) = 34.08%

R = 36.82%
G = 29.11%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D7AAC7 (or 0xD7AAC7) is known color: Maverick. HEX triplet: D7, AA and C7. RGB value is (215,170,199). Sum of RGB (Red+Green+Blue) = 215+170+199=584 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.82% from 584); Green value is 170 (66.80% from 255 or 29.11% from 584); Blue value is 199 (78.12% from 255 or 34.08% from 584); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AAC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7AAC7 is #285538. Grayscale: #BABABA. Windows color (decimal): -2643257 or 13085399. OLE color: 13085399.

HSL color Cylindrical-coordinate representation of color #D7AAC7: hue angle of 321.33º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D7AAC7 is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 170 199 -
CMYK 0 0.21 0.07 0.16
HSL 321.33º 0.36% 0.75% -
HSV(B) 321.33º 0.21% 0.84% -
XYZ 52.71 47.32 60.39 -
YUV 186.76 134.91 148.14 -
System Red Green Blue C M Y K H S L
Decimal 215 170 199 0 0.21 0.07 0.16 321.33 0.36 0.75
Hex D7 AA C7 0 15 7 10 141 24 4B
Octal 327 252 307 0 25 7 20 501 44 113
Binary 11010111 10101010 11000111 0 10101 111 10000 101000001 100100 1001011

Color Harmonies of #D7AAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AAC7

Black with #D7AAC7

Text Example


Text Example

White with #D7AAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AAC7; }

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

 H1.HeaderClassName
 {
   color: #D7AAC7;
 }
 .AnyTagClassName
 {
   color: #D7AAC7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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