#D2A692

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

Shades of Rose #D2A692

Tints of Rose #D2A692

Color information

#D2A692 (or 0xD2A692) is unknown color: approx Rose. HEX triplet: D2, A6 and 92. RGB value is (210,166,146). Sum of RGB (Red+Green+Blue) = 210+166+146=522 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.23% from 522); Green value is 166 (65.23% from 255 or 31.80% from 522); Blue value is 146 (57.42% from 255 or 27.97% from 522); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A692 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A692 is #2D596D. Grayscale: #B1B1B1. Windows color (decimal): -2972014 or 9610962. OLE color: 9610962.

HSL color Cylindrical-coordinate representation of color #D2A692: hue angle of 18.75º degrees, saturation: 0.42, 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 #D2A692 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB210166146-
CMYK00.210.300.18
HSL18.75º41.56%69.8%-
HSV(B)18.75º30.48%82.35%-
XYZ45.443.0533.11-
YUV176.88110.58151.63-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.23%
GREEN value IS 166 (65.23% from 255) = 31.80%
BLUE value IS 146 (57.42% from 255) = 27.97%
R=40.23%
G=31.80%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21016614600.210.300.1818.7541.5669.8
HexD2A6920151E12132a46
Octal32224622202536222352106
Binary1101001010100110100100100101011111010010100111010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A692; }

 p { color: rgb(210,166,146); }

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

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

 a { background-color: rgb(210,166,146); }

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

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

 span { border-color: rgb(210,166,146); }

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