Html Css Color HEX #D5A6A1 Eunry

📋 copy color: '#D5A6A1'

red 213 ◦ green 166 ◦ blue 161

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

Shades of Eunry #D5A6A1

Tints of Eunry #D5A6A1

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.74%

 BLUE value IS 161 (63.28% from 255) = 29.81%

R = 39.44%
G = 30.74%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#D5A6A1 (or 0xD5A6A1) is known color: Eunry. HEX triplet: D5, A6 and A1. RGB value is (213,166,161). Sum of RGB (Red+Green+Blue) = 213+166+161=540 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.44% from 540); Green value is 166 (65.23% from 255 or 30.74% from 540); Blue value is 161 (63.28% from 255 or 29.81% from 540); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A6A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A6A1 is #2A595E. Grayscale: #B3B3B3. Windows color (decimal): -2775391 or 10594005. OLE color: 10594005.

HSL color Cylindrical-coordinate representation of color #D5A6A1: hue angle of 5.77º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D5A6A1 is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 166 161 -
CMYK 0 0.22 0.24 0.16
HSL 5.77º 0.38% 0.73% -
HSV(B) 5.77º 0.24% 0.84% -
XYZ 47.51 43.99 39.71 -
YUV 179.48 117.57 151.91 -
System Red Green Blue C M Y K H S L
Decimal 213 166 161 0 0.22 0.24 0.16 5.77 0.38 0.73
Hex D5 A6 A1 0 16 18 10 6 26 49
Octal 325 246 241 0 26 30 20 6 46 111
Binary 11010101 10100110 10100001 0 10110 11000 10000 110 100110 1001001

Color Harmonies of #D5A6A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A6A1

Black with #D5A6A1

Text Example


Text Example

White with #D5A6A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A6A1; }

 p { color: rgb(213,166,161); }

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

background-color css

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

 a { background-color: rgb(213,166,161); }

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

border-color css

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

 span { border-color: rgb(213,166,161); }

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