Html Css Color HEX #D5AAC5 Maverick

📋 copy color: '#D5AAC5'

red 213 ◦ green 170 ◦ blue 197

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

Shades of Maverick #D5AAC5

Tints of Maverick #D5AAC5

RGB

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

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

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

R = 36.72%
G = 29.31%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D5AAC5 (or 0xD5AAC5) is known color: Maverick. HEX triplet: D5, AA and C5. RGB value is (213,170,197). Sum of RGB (Red+Green+Blue) = 213+170+197=580 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.72% from 580); Green value is 170 (66.80% from 255 or 29.31% from 580); Blue value is 197 (77.34% from 255 or 33.97% from 580); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AAC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AAC5 is #2A553A. Grayscale: #B9B9B9. Windows color (decimal): -2774331 or 12954325. OLE color: 12954325.

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

Color convert

RGB 213 170 197 -
CMYK 0 0.20 0.08 0.16
HSL 322.33º 0.34% 0.75% -
HSV(B) 322.33º 0.2% 0.84% -
XYZ 51.89 46.93 59.15 -
YUV 185.94 134.25 147.3 -
System Red Green Blue C M Y K H S L
Decimal 213 170 197 0 0.20 0.08 0.16 322.33 0.34 0.75
Hex D5 AA C5 0 14 8 10 142 22 4B
Octal 325 252 305 0 24 10 20 502 42 113
Binary 11010101 10101010 11000101 0 10100 1000 10000 101000010 100010 1001011

Color Harmonies of #D5AAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AAC5

Black with #D5AAC5

Text Example


Text Example

White with #D5AAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AAC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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