#D7A192

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

Shades of Rose #D7A192

Tints of Rose #D7A192

Color information

#D7A192 (or 0xD7A192) is unknown color: approx Rose. HEX triplet: D7, A1 and 92. RGB value is (215,161,146). Sum of RGB (Red+Green+Blue) = 215+161+146=522 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.19% from 522); Green value is 161 (63.28% from 255 or 30.84% from 522); Blue value is 146 (57.42% from 255 or 27.97% from 522); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A192 is #285E6D. Grayscale: #AFAFAF. Windows color (decimal): -2645614 or 9609687. OLE color: 9609687.

HSL color Cylindrical-coordinate representation of color #D7A192: hue angle of 13.04º 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 #D7A192 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB215161146-
CMYK00.250.320.16
HSL13.04º46.31%70.78%-
HSV(B)13.04º32.09%84.31%-
XYZ45.9642.0132.88-
YUV175.44111.39156.22-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.19%
GREEN value IS 161 (63.28% from 255) = 30.84%
BLUE value IS 146 (57.42% from 255) = 27.97%
R=41.19%
G=30.84%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21516114600.250.320.1613.0446.3170.78
HexD7A1920192010d2e47
Octal32724122203140201556107
Binary1101011110100001100100100110011000001000011011011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A192; }

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

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

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

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

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

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

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

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