Html Css Color HEX #D5A094 Rose

📋 copy color: '#D5A094'

red 213 ◦ green 160 ◦ blue 148

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

Shades of Rose #D5A094

Tints of Rose #D5A094

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.71%

 BLUE value IS 148 (58.2% from 255) = 28.41%

R = 40.88%
G = 30.71%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D5A094 (or 0xD5A094) is known color: Rose. HEX triplet: D5, A0 and 94. RGB value is (213,160,148). Sum of RGB (Red+Green+Blue) = 213+160+148=521 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.88% from 521); Green value is 160 (62.89% from 255 or 30.71% from 521); Blue value is 148 (58.20% from 255 or 28.41% from 521); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A094 is #2A5F6B. Grayscale: #AEAEAE. Windows color (decimal): -2776940 or 9740501. OLE color: 9740501.

HSL color Cylindrical-coordinate representation of color #D5A094: hue angle of 11.08º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D5A094 is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 160 148 -
CMYK 0 0.25 0.31 0.16
HSL 11.08º 0.44% 0.71% -
HSV(B) 11.08º 0.31% 0.84% -
XYZ 45.36 41.43 33.62 -
YUV 174.48 113.06 155.48 -
System Red Green Blue C M Y K H S L
Decimal 213 160 148 0 0.25 0.31 0.16 11.08 0.44 0.71
Hex D5 A0 94 0 19 1F 10 B 2C 47
Octal 325 240 224 0 31 37 20 13 54 107
Binary 11010101 10100000 10010100 0 11001 11111 10000 1011 101100 1000111

Color Harmonies of #D5A094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A094

Black with #D5A094

Text Example


Text Example

White with #D5A094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A094; }

 p { color: rgb(213,160,148); }

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

background-color css

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

 a { background-color: rgb(213,160,148); }

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

border-color css

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

 span { border-color: rgb(213,160,148); }

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