Html Css Color HEX #D1A295 Rose

📋 copy color: '#D1A295'

red 209 ◦ green 162 ◦ blue 149

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

Shades of Rose #D1A295

Tints of Rose #D1A295

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.15%

 BLUE value IS 149 (58.59% from 255) = 28.65%

R = 40.19%
G = 31.15%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D1A295 (or 0xD1A295) is known color: Rose. HEX triplet: D1, A2 and 95. RGB value is (209,162,149). Sum of RGB (Red+Green+Blue) = 209+162+149=520 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.19% from 520); Green value is 162 (63.67% from 255 or 31.15% from 520); Blue value is 149 (58.59% from 255 or 28.65% from 520); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A295 is #2E5D6A. Grayscale: #AEAEAE. Windows color (decimal): -3038571 or 9806545. OLE color: 9806545.

HSL color Cylindrical-coordinate representation of color #D1A295: hue angle of 13º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D1A295 is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 162 149 -
CMYK 0 0.22 0.29 0.18
HSL 13º 0.39% 0.7% -
HSV(B) 13º 0.29% 0.82% -
XYZ 44.64 41.57 34.1 -
YUV 174.57 113.57 152.56 -
System Red Green Blue C M Y K H S L
Decimal 209 162 149 0 0.22 0.29 0.18 13 0.39 0.7
Hex D1 A2 95 0 16 1D 12 D 27 46
Octal 321 242 225 0 26 35 22 15 47 106
Binary 11010001 10100010 10010101 0 10110 11101 10010 1101 100111 1000110

Color Harmonies of #D1A295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A295

Black with #D1A295

Text Example


Text Example

White with #D1A295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A295; }

 p { color: rgb(209,162,149); }

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

background-color css

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

 a { background-color: rgb(209,162,149); }

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

border-color css

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

 span { border-color: rgb(209,162,149); }

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