#D19C93

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

Shades of Rose #D19C93

Tints of Rose #D19C93

Color information

#D19C93 (or 0xD19C93) is unknown color: approx Rose. HEX triplet: D1, 9C and 93. RGB value is (209,156,147). Sum of RGB (Red+Green+Blue) = 209+156+147=512 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.82% from 512); Green value is 156 (61.33% from 255 or 30.47% from 512); Blue value is 147 (57.81% from 255 or 28.71% from 512); Max value from RGB is 209 - color contains mainly: red. Hex color #D19C93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19C93 is #2E636C. Grayscale: #AAAAAA. Windows color (decimal): -3040109 or 9673937. OLE color: 9673937.

HSL color Cylindrical-coordinate representation of color #D19C93: hue angle of 8.71º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D19C93 is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB209156147-
CMYK00.250.300.18
HSL8.71º40.26%69.8%-
HSV(B)8.71º29.67%81.96%-
XYZ43.4539.4432.93-
YUV170.82114.56155.23-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.82%
GREEN value IS 156 (61.33% from 255) = 30.47%
BLUE value IS 147 (57.81% from 255) = 28.71%
R=40.82%
G=30.47%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915614700.250.300.188.7140.2669.8
HexD19C930191E1292846
Octal32123422303136221150106
Binary110100011001110010010011011001111101001010011010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19C93; }

 p { color: rgb(209,156,147); }

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

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

 a { background-color: rgb(209,156,147); }

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

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

 span { border-color: rgb(209,156,147); }

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