#D5A692

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

Shades of Rose #D5A692

Tints of Rose #D5A692

Color information

#D5A692 (or 0xD5A692) is unknown color: approx Rose. HEX triplet: D5, A6 and 92. RGB value is (213,166,146). Sum of RGB (Red+Green+Blue) = 213+166+146=525 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.57% from 525); Green value is 166 (65.23% from 255 or 31.62% from 525); Blue value is 146 (57.42% from 255 or 27.81% from 525); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A692 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A692 is #2A596D. Grayscale: #B1B1B1. Windows color (decimal): -2775406 or 9610965. OLE color: 9610965.

HSL color Cylindrical-coordinate representation of color #D5A692: hue angle of 17.91º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D5A692 is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB213166146-
CMYK00.220.310.16
HSL17.91º44.37%70.39%-
HSV(B)17.91º31.46%83.53%-
XYZ46.2743.4933.15-
YUV177.77110.07153.13-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.57%
GREEN value IS 166 (65.23% from 255) = 31.62%
BLUE value IS 146 (57.42% from 255) = 27.81%
R=40.57%
G=31.62%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316614600.220.310.1617.9144.3770.39
HexD5A6920161F10122c46
Octal32524622202637202254106
Binary1101010110100110100100100101101111110000100101011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A692; }

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

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

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

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

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

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

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

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