#D7A592

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

Shades of Rose #D7A592

Tints of Rose #D7A592

Color information

#D7A592 (or 0xD7A592) is unknown color: approx Rose. HEX triplet: D7, A5 and 92. RGB value is (215,165,146). Sum of RGB (Red+Green+Blue) = 215+165+146=526 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.87% from 526); Green value is 165 (64.84% from 255 or 31.37% from 526); Blue value is 146 (57.42% from 255 or 27.76% from 526); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A592 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A592 is #285A6D. Grayscale: #B1B1B1. Windows color (decimal): -2644590 or 9610711. OLE color: 9610711.

HSL color Cylindrical-coordinate representation of color #D7A592: hue angle of 16.52º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D7A592 is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB215165146-
CMYK00.230.320.16
HSL16.52º46.31%70.78%-
HSV(B)16.52º32.09%84.31%-
XYZ46.6743.4333.12-
YUV177.78110.06154.54-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.87%
GREEN value IS 165 (64.84% from 255) = 31.37%
BLUE value IS 146 (57.42% from 255) = 27.76%
R=40.87%
G=31.37%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21516514600.230.320.1616.5246.3170.78
HexD7A5920172010112e47
Octal32724522202740202156107
Binary11010111101001011001001001011110000010000100011011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A592; }

 p { color: rgb(215,165,146); }

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

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

 a { background-color: rgb(215,165,146); }

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

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

 span { border-color: rgb(215,165,146); }

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