#D09C92

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

Shades of Rose #D09C92

Tints of Rose #D09C92

Color information

#D09C92 (or 0xD09C92) is unknown color: approx Rose. HEX triplet: D0, 9C and 92. RGB value is (208,156,146). Sum of RGB (Red+Green+Blue) = 208+156+146=510 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.78% from 510); Green value is 156 (61.33% from 255 or 30.59% from 510); Blue value is 146 (57.42% from 255 or 28.63% from 510); Max value from RGB is 208 - color contains mainly: red. Hex color #D09C92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09C92 is #2F636D. Grayscale: #AAAAAA. Windows color (decimal): -3105646 or 9608400. OLE color: 9608400.

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

Color convert

RGB208156146-
CMYK00.250.300.18
HSL9.68º39.74%69.41%-
HSV(B)9.68º29.81%81.57%-
XYZ43.0939.2632.5-
YUV170.41114.23154.81-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.78%
GREEN value IS 156 (61.33% from 255) = 30.59%
BLUE value IS 146 (57.42% from 255) = 28.63%
R=40.78%
G=30.59%
B=28.63%

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
Decimal20815614600.250.300.189.6839.7469.41
HexD09C920191E12a2845
Octal32023422203136221250105
Binary110100001001110010010010011001111101001010101010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09C92; }

 p { color: rgb(208,156,146); }

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

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

 a { background-color: rgb(208,156,146); }

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

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

 span { border-color: rgb(208,156,146); }

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