Html Css Color HEX #D7AAC5 Maverick

📋 copy color: '#D7AAC5'

red 215 ◦ green 170 ◦ blue 197

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

Shades of Maverick #D7AAC5

Tints of Maverick #D7AAC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 33.85%

R = 36.94%
G = 29.21%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D7AAC5 (or 0xD7AAC5) is known color: Maverick. HEX triplet: D7, AA and C5. RGB value is (215,170,197). Sum of RGB (Red+Green+Blue) = 215+170+197=582 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.94% from 582); Green value is 170 (66.80% from 255 or 29.21% from 582); Blue value is 197 (77.34% from 255 or 33.85% from 582); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AAC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7AAC5 is #28553A. Grayscale: #BABABA. Windows color (decimal): -2643259 or 12954327. OLE color: 12954327.

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

Color convert

RGB 215 170 197 -
CMYK 0 0.21 0.08 0.16
HSL 324º 0.36% 0.75% -
HSV(B) 324º 0.21% 0.84% -
XYZ 52.48 47.23 59.17 -
YUV 186.53 133.91 148.3 -
System Red Green Blue C M Y K H S L
Decimal 215 170 197 0 0.21 0.08 0.16 324 0.36 0.75
Hex D7 AA C5 0 15 8 10 144 24 4B
Octal 327 252 305 0 25 10 20 504 44 113
Binary 11010111 10101010 11000101 0 10101 1000 10000 101000100 100100 1001011

Color Harmonies of #D7AAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AAC5

Black with #D7AAC5

Text Example


Text Example

White with #D7AAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AAC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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