Html Css Color HEX #D5A08F Rose

📋 copy color: '#D5A08F'

red 213 ◦ green 160 ◦ blue 143

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

Shades of Rose #D5A08F

Tints of Rose #D5A08F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.71%

R = 41.28%
G = 31.01%
B = 27.71%

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

#D5A08F (or 0xD5A08F) is known color: Rose. HEX triplet: D5, A0 and 8F. RGB value is (213,160,143). Sum of RGB (Red+Green+Blue) = 213+160+143=516 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.28% from 516); Green value is 160 (62.89% from 255 or 31.01% from 516); Blue value is 143 (56.25% from 255 or 27.71% from 516); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A08F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A08F is #2A5F70. Grayscale: #AEAEAE. Windows color (decimal): -2776945 or 9412821. OLE color: 9412821.

HSL color Cylindrical-coordinate representation of color #D5A08F: hue angle of 14.57º degrees, saturation: 0.45, 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 #D5A08F is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 160 143 -
CMYK 0 0.25 0.33 0.16
HSL 14.57º 0.45% 0.7% -
HSV(B) 14.57º 0.33% 0.84% -
XYZ 44.97 41.27 31.58 -
YUV 173.91 110.56 155.88 -
System Red Green Blue C M Y K H S L
Decimal 213 160 143 0 0.25 0.33 0.16 14.57 0.45 0.7
Hex D5 A0 8F 0 19 21 10 F 2D 46
Octal 325 240 217 0 31 41 20 17 55 106
Binary 11010101 10100000 10001111 0 11001 100001 10000 1111 101101 1000110

Color Harmonies of #D5A08F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A08F

Black with #D5A08F

Text Example


Text Example

White with #D5A08F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A08F; }

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

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

background-color css

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

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

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

border-color css

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

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

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