Html Css Color HEX #D1A092 Rose

📋 copy color: '#D1A092'

red 209 ◦ green 160 ◦ blue 146

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

Shades of Rose #D1A092

Tints of Rose #D1A092

RGB

 RED value IS 209 (82.03% from 255) = 40.58%

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

 BLUE value IS 146 (57.42% from 255) = 28.35%

R = 40.58%
G = 31.07%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D1A092 (or 0xD1A092) is known color: Rose. HEX triplet: D1, A0 and 92. RGB value is (209,160,146). Sum of RGB (Red+Green+Blue) = 209+160+146=515 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.58% from 515); Green value is 160 (62.89% from 255 or 31.07% from 515); Blue value is 146 (57.42% from 255 or 28.35% from 515); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A092 is #2E5F6D. Grayscale: #ADADAD. Windows color (decimal): -3039086 or 9609425. OLE color: 9609425.

HSL color Cylindrical-coordinate representation of color #D1A092: hue angle of 13.33º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D1A092 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 160 146 -
CMYK 0 0.23 0.30 0.18
HSL 13.33º 0.41% 0.7% -
HSV(B) 13.33º 0.3% 0.82% -
XYZ 44.05 40.77 32.74 -
YUV 173.06 112.73 153.64 -
System Red Green Blue C M Y K H S L
Decimal 209 160 146 0 0.23 0.30 0.18 13.33 0.41 0.7
Hex D1 A0 92 0 17 1E 12 D 29 46
Octal 321 240 222 0 27 36 22 15 51 106
Binary 11010001 10100000 10010010 0 10111 11110 10010 1101 101001 1000110

Color Harmonies of #D1A092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A092

Black with #D1A092

Text Example


Text Example

White with #D1A092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A092; }

 p { color: rgb(209,160,146); }

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

background-color css

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

 a { background-color: rgb(209,160,146); }

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

border-color css

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

 span { border-color: rgb(209,160,146); }

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