#D2A195

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

Shades of Rose #D2A195

Tints of Rose #D2A195

Color information

#D2A195 (or 0xD2A195) is unknown color: approx Rose. HEX triplet: D2, A1 and 95. RGB value is (210,161,149). Sum of RGB (Red+Green+Blue) = 210+161+149=520 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.38% from 520); Green value is 161 (63.28% from 255 or 30.96% from 520); Blue value is 149 (58.59% from 255 or 28.65% from 520); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A195 is #2D5E6A. Grayscale: #AEAEAE. Windows color (decimal): -2973291 or 9806290. OLE color: 9806290.

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

Color convert

RGB210161149-
CMYK00.230.290.18
HSL11.8º40.4%70.39%-
HSV(B)11.8º29.05%82.35%-
XYZ44.7541.3634.06-
YUV174.28113.73153.48-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.38%
GREEN value IS 161 (63.28% from 255) = 30.96%
BLUE value IS 149 (58.59% from 255) = 28.65%
R=40.38%
G=30.96%
B=28.65%

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
Decimal21016114900.230.290.1811.840.470.39
HexD2A1950171D12c2846
Octal32224122502735221450106
Binary110100101010000110010101010111111011001011001010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A195; }

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

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

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

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

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

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

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

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