Html Css Color HEX #D5A9C5 Maverick

📋 copy color: '#D5A9C5'

red 213 ◦ green 169 ◦ blue 197

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

Shades of Maverick #D5A9C5

Tints of Maverick #D5A9C5

RGB

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

 GREEN value IS 169 (66.41% from 255) = 29.19%

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

R = 36.79%
G = 29.19%
B = 34.02%

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

#D5A9C5 (or 0xD5A9C5) is known color: Maverick. HEX triplet: D5, A9 and C5. RGB value is (213,169,197). Sum of RGB (Red+Green+Blue) = 213+169+197=579 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.79% from 579); Green value is 169 (66.41% from 255 or 29.19% from 579); Blue value is 197 (77.34% from 255 or 34.02% from 579); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A9C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A9C5 is #2A563A. Grayscale: #B9B9B9. Windows color (decimal): -2774587 or 12954069. OLE color: 12954069.

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

Color convert

RGB 213 169 197 -
CMYK 0 0.21 0.08 0.16
HSL 321.82º 0.34% 0.75% -
HSV(B) 321.82º 0.21% 0.84% -
XYZ 51.71 46.55 59.08 -
YUV 185.35 134.58 147.72 -
System Red Green Blue C M Y K H S L
Decimal 213 169 197 0 0.21 0.08 0.16 321.82 0.34 0.75
Hex D5 A9 C5 0 15 8 10 142 22 4B
Octal 325 251 305 0 25 10 20 502 42 113
Binary 11010101 10101001 11000101 0 10101 1000 10000 101000010 100010 1001011

Color Harmonies of #D5A9C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A9C5

Black with #D5A9C5

Text Example


Text Example

White with #D5A9C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A9C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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