Html Css Color HEX #D7AAC4 Maverick

📋 copy color: '#D7AAC4'

red 215 ◦ green 170 ◦ blue 196

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

Shades of Maverick #D7AAC4

Tints of Maverick #D7AAC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 33.73%

R = 37.01%
G = 29.26%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D7AAC4 (or 0xD7AAC4) is known color: Maverick. HEX triplet: D7, AA and C4. RGB value is (215,170,196). Sum of RGB (Red+Green+Blue) = 215+170+196=581 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.01% from 581); Green value is 170 (66.80% from 255 or 29.26% from 581); Blue value is 196 (76.95% from 255 or 33.73% from 581); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AAC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7AAC4 is #28553B. Grayscale: #BABABA. Windows color (decimal): -2643260 or 12888791. OLE color: 12888791.

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

Color convert

RGB 215 170 196 -
CMYK 0 0.21 0.09 0.16
HSL 325.33º 0.36% 0.75% -
HSV(B) 325.33º 0.21% 0.84% -
XYZ 52.36 47.18 58.57 -
YUV 186.42 133.41 148.39 -
System Red Green Blue C M Y K H S L
Decimal 215 170 196 0 0.21 0.09 0.16 325.33 0.36 0.75
Hex D7 AA C4 0 15 9 10 145 24 4B
Octal 327 252 304 0 25 11 20 505 44 113
Binary 11010111 10101010 11000100 0 10101 1001 10000 101000101 100100 1001011

Color Harmonies of #D7AAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AAC4

Black with #D7AAC4

Text Example


Text Example

White with #D7AAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AAC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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