#D0A695

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

Shades of Rose #D0A695

Tints of Rose #D0A695

Color information

#D0A695 (or 0xD0A695) is unknown color: approx Rose. HEX triplet: D0, A6 and 95. RGB value is (208,166,149). Sum of RGB (Red+Green+Blue) = 208+166+149=523 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.77% from 523); Green value is 166 (65.23% from 255 or 31.74% from 523); Blue value is 149 (58.59% from 255 or 28.49% from 523); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A695 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A695 is #2F596A. Grayscale: #B0B0B0. Windows color (decimal): -3103083 or 9807568. OLE color: 9807568.

HSL color Cylindrical-coordinate representation of color #D0A695: hue angle of 17.29º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D0A695 is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB208166149-
CMYK00.200.280.18
HSL17.29º38.56%70%-
HSV(B)17.29º28.37%81.57%-
XYZ45.0742.8534.33-
YUV176.62112.41150.38-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.77%
GREEN value IS 166 (65.23% from 255) = 31.74%
BLUE value IS 149 (58.59% from 255) = 28.49%
R=39.77%
G=31.74%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816614900.200.280.1817.2938.5670
HexD0A6950141C12112746
Octal32024622502434222147106
Binary1101000010100110100101010101001110010010100011001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A695; }

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

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

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

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

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

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

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

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