Html Css Color HEX #D5A08E Rose

📋 copy color: '#D5A08E'

red 213 ◦ green 160 ◦ blue 142

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

Shades of Rose #D5A08E

Tints of Rose #D5A08E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 27.57%

R = 41.36%
G = 31.07%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D5A08E (or 0xD5A08E) is known color: Rose. HEX triplet: D5, A0 and 8E. RGB value is (213,160,142). Sum of RGB (Red+Green+Blue) = 213+160+142=515 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.36% from 515); Green value is 160 (62.89% from 255 or 31.07% from 515); Blue value is 142 (55.86% from 255 or 27.57% from 515); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A08E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A08E is #2A5F71. Grayscale: #ADADAD. Windows color (decimal): -2776946 or 9347285. OLE color: 9347285.

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

Color convert

RGB 213 160 142 -
CMYK 0 0.25 0.33 0.16
HSL 15.21º 0.46% 0.7% -
HSV(B) 15.21º 0.33% 0.84% -
XYZ 44.89 41.24 31.19 -
YUV 173.8 110.06 155.96 -
System Red Green Blue C M Y K H S L
Decimal 213 160 142 0 0.25 0.33 0.16 15.21 0.46 0.7
Hex D5 A0 8E 0 19 21 10 F 2E 46
Octal 325 240 216 0 31 41 20 17 56 106
Binary 11010101 10100000 10001110 0 11001 100001 10000 1111 101110 1000110

Color Harmonies of #D5A08E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A08E

Black with #D5A08E

Text Example


Text Example

White with #D5A08E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A08E; }

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

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

background-color css

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

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

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

border-color css

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

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

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