Html Css Color HEX #D7AAC1 Maverick

📋 copy color: '#D7AAC1'

red 215 ◦ green 170 ◦ blue 193

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

Shades of Maverick #D7AAC1

Tints of Maverick #D7AAC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 33.39%

R = 37.2%
G = 29.41%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D7AAC1 (or 0xD7AAC1) is known color: Maverick. HEX triplet: D7, AA and C1. RGB value is (215,170,193). Sum of RGB (Red+Green+Blue) = 215+170+193=578 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.20% from 578); Green value is 170 (66.80% from 255 or 29.41% from 578); Blue value is 193 (75.78% from 255 or 33.39% from 578); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AAC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7AAC1 is #28553E. Grayscale: #BABABA. Windows color (decimal): -2643263 or 12692183. OLE color: 12692183.

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

Color convert

RGB 215 170 193 -
CMYK 0 0.21 0.10 0.16
HSL 329.33º 0.36% 0.75% -
HSV(B) 329.33º 0.21% 0.84% -
XYZ 52.02 47.05 56.79 -
YUV 186.08 131.91 148.63 -
System Red Green Blue C M Y K H S L
Decimal 215 170 193 0 0.21 0.10 0.16 329.33 0.36 0.75
Hex D7 AA C1 0 15 A 10 149 24 4B
Octal 327 252 301 0 25 12 20 511 44 113
Binary 11010111 10101010 11000001 0 10101 1010 10000 101001001 100100 1001011

Color Harmonies of #D7AAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AAC1

Black with #D7AAC1

Text Example


Text Example

White with #D7AAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AAC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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