#D6A692

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

Shades of Rose #D6A692

Tints of Rose #D6A692

Color information

#D6A692 (or 0xD6A692) is unknown color: approx Rose. HEX triplet: D6, A6 and 92. RGB value is (214,166,146). Sum of RGB (Red+Green+Blue) = 214+166+146=526 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.68% from 526); Green value is 166 (65.23% from 255 or 31.56% from 526); Blue value is 146 (57.42% from 255 or 27.76% from 526); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A692 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A692 is #29596D. Grayscale: #B2B2B2. Windows color (decimal): -2709870 or 9610966. OLE color: 9610966.

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

Color convert

RGB214166146-
CMYK00.220.320.16
HSL17.65º45.33%70.59%-
HSV(B)17.65º31.78%83.92%-
XYZ46.5643.6433.16-
YUV178.07109.9153.63-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.68%
GREEN value IS 166 (65.23% from 255) = 31.56%
BLUE value IS 146 (57.42% from 255) = 27.76%
R=40.68%
G=31.56%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416614600.220.320.1617.6545.3370.59
HexD6A6920162010122d47
Octal32624622202640202255107
Binary11010110101001101001001001011010000010000100101011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A692; }

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

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

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

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

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

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

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

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