#D6A892

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

Shades of Rose #D6A892

Tints of Rose #D6A892

Color information

#D6A892 (or 0xD6A892) is unknown color: approx Rose. HEX triplet: D6, A8 and 92. RGB value is (214,168,146). Sum of RGB (Red+Green+Blue) = 214+168+146=528 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.53% from 528); Green value is 168 (66.02% from 255 or 31.82% from 528); Blue value is 146 (57.42% from 255 or 27.65% from 528); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A892 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A892 is #29576D. Grayscale: #B3B3B3. Windows color (decimal): -2709358 or 9611478. OLE color: 9611478.

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

Color convert

RGB214168146-
CMYK00.210.320.16
HSL19.41º45.33%70.59%-
HSV(B)19.41º31.78%83.92%-
XYZ46.9244.3833.29-
YUV179.25109.24152.79-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.53%
GREEN value IS 168 (66.02% from 255) = 31.82%
BLUE value IS 146 (57.42% from 255) = 27.65%
R=40.53%
G=31.82%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416814600.210.320.1619.4145.3370.59
HexD6A8920152010132d47
Octal32625022202540202355107
Binary11010110101010001001001001010110000010000100111011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A892; }

 p { color: rgb(214,168,146); }

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

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

 a { background-color: rgb(214,168,146); }

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

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

 span { border-color: rgb(214,168,146); }

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