#D5A695

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

Shades of Rose #D5A695

Tints of Rose #D5A695

Color information

#D5A695 (or 0xD5A695) is unknown color: approx Rose. HEX triplet: D5, A6 and 95. RGB value is (213,166,149). Sum of RGB (Red+Green+Blue) = 213+166+149=528 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.34% from 528); Green value is 166 (65.23% from 255 or 31.44% from 528); Blue value is 149 (58.59% from 255 or 28.22% from 528); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A695 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A695 is #2A596A. Grayscale: #B2B2B2. Windows color (decimal): -2775403 or 9807573. OLE color: 9807573.

HSL color Cylindrical-coordinate representation of color #D5A695: hue angle of 15.94º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D5A695 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB213166149-
CMYK00.220.300.16
HSL15.94º43.24%70.98%-
HSV(B)15.94º30.05%83.53%-
XYZ46.543.5934.4-
YUV178.11111.57152.88-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.34%
GREEN value IS 166 (65.23% from 255) = 31.44%
BLUE value IS 149 (58.59% from 255) = 28.22%
R=40.34%
G=31.44%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316614900.220.300.1615.9443.2470.98
HexD5A6950161E10102b47
Octal32524622502636202053107
Binary1101010110100110100101010101101111010000100001010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A695; }

 p { color: rgb(213,166,149); }

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

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

 a { background-color: rgb(213,166,149); }

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

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

 span { border-color: rgb(213,166,149); }

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