Html Css Color HEX #D5AAC1 Maverick

📋 copy color: '#D5AAC1'

red 213 ◦ green 170 ◦ blue 193

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

Shades of Maverick #D5AAC1

Tints of Maverick #D5AAC1

RGB

 RED value IS 213 (83.59% from 255) = 36.98%

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

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

R = 36.98%
G = 29.51%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D5AAC1 (or 0xD5AAC1) is known color: Maverick. HEX triplet: D5, AA and C1. RGB value is (213,170,193). Sum of RGB (Red+Green+Blue) = 213+170+193=576 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.98% from 576); Green value is 170 (66.80% from 255 or 29.51% from 576); Blue value is 193 (75.78% from 255 or 33.51% from 576); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AAC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AAC1 is #2A553E. Grayscale: #B9B9B9. Windows color (decimal): -2774335 or 12692181. OLE color: 12692181.

HSL color Cylindrical-coordinate representation of color #D5AAC1: hue angle of 327.91º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5AAC1 is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 170 193 -
CMYK 0 0.20 0.09 0.16
HSL 327.91º 0.34% 0.75% -
HSV(B) 327.91º 0.2% 0.84% -
XYZ 51.44 46.75 56.76 -
YUV 185.48 132.25 147.63 -
System Red Green Blue C M Y K H S L
Decimal 213 170 193 0 0.20 0.09 0.16 327.91 0.34 0.75
Hex D5 AA C1 0 14 9 10 148 22 4B
Octal 325 252 301 0 24 11 20 510 42 113
Binary 11010101 10101010 11000001 0 10100 1001 10000 101001000 100010 1001011

Color Harmonies of #D5AAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AAC1

Black with #D5AAC1

Text Example


Text Example

White with #D5AAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AAC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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