#D6A695

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

Shades of Rose #D6A695

Tints of Rose #D6A695

Color information

#D6A695 (or 0xD6A695) is unknown color: approx Rose. HEX triplet: D6, A6 and 95. RGB value is (214,166,149). Sum of RGB (Red+Green+Blue) = 214+166+149=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 166 (65.23% from 255 or 31.38% from 529); Blue value is 149 (58.59% from 255 or 28.17% from 529); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A695 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A695 is #29596A. Grayscale: #B2B2B2. Windows color (decimal): -2709867 or 9807574. OLE color: 9807574.

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

Color convert

RGB214166149-
CMYK00.220.300.16
HSL15.69º44.22%71.18%-
HSV(B)15.69º30.37%83.92%-
XYZ46.7943.7434.41-
YUV178.41111.4153.38-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.45%
GREEN value IS 166 (65.23% from 255) = 31.38%
BLUE value IS 149 (58.59% from 255) = 28.17%
R=40.45%
G=31.38%
B=28.17%

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
Decimal21416614900.220.300.1615.6944.2271.18
HexD6A6950161E10102c47
Octal32624622502636202054107
Binary1101011010100110100101010101101111010000100001011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A695; }

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

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

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

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

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

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

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

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