#D2A295

Color #D2A295 Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose #D2A295

Tints of Rose #D2A295

Color information

#D2A295 (or 0xD2A295) is unknown color: approx Rose. HEX triplet: D2, A2 and 95. RGB value is (210,162,149). Sum of RGB (Red+Green+Blue) = 210+162+149=521 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.31% from 521); Green value is 162 (63.67% from 255 or 31.09% from 521); Blue value is 149 (58.59% from 255 or 28.60% from 521); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A295 is #2D5D6A. Grayscale: #AEAEAE. Windows color (decimal): -2973035 or 9806546. OLE color: 9806546.

HSL color Cylindrical-coordinate representation of color #D2A295: hue angle of 12.79º degrees, saturation: 0.4, 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 #D2A295 is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB210162149-
CMYK00.230.290.18
HSL12.79º40.4%70.39%-
HSV(B)12.79º29.05%82.35%-
XYZ44.9241.7134.12-
YUV174.87113.4153.06-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.31%
GREEN value IS 162 (63.67% from 255) = 31.09%
BLUE value IS 149 (58.59% from 255) = 28.60%
R=40.31%
G=31.09%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21016214900.230.290.1812.7940.470.39
HexD2A2950171D12d2846
Octal32224222502735221550106
Binary110100101010001010010101010111111011001011011010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A295; }

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

 H1.HeaderClassName
 {
   color: #D2A295;
 }
 .AnyTagClassName
 {
   color: #D2A295;
 }
</style>
background-color css

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

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

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

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

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

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