#D49C95

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

Shades of Petite Orchid #D49C95

Tints of Petite Orchid #D49C95

Color information

#D49C95 (or 0xD49C95) is unknown color: approx Petite Orchid. HEX triplet: D4, 9C and 95. RGB value is (212,156,149). Sum of RGB (Red+Green+Blue) = 212+156+149=517 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.01% from 517); Green value is 156 (61.33% from 255 or 30.17% from 517); Blue value is 149 (58.59% from 255 or 28.82% from 517); Max value from RGB is 212 - color contains mainly: red. Hex color #D49C95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49C95 is #2B636A. Grayscale: #ACACAC. Windows color (decimal): -2843499 or 9805012. OLE color: 9805012.

HSL color Cylindrical-coordinate representation of color #D49C95: hue angle of 6.67º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D49C95 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB212156149-
CMYK00.260.300.17
HSL6.67º42.28%70.78%-
HSV(B)6.67º29.72%83.14%-
XYZ44.4639.9433.8-
YUV171.95115.05156.57-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.01%
GREEN value IS 156 (61.33% from 255) = 30.17%
BLUE value IS 149 (58.59% from 255) = 28.82%
R=41.01%
G=30.17%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215614900.260.300.176.6742.2870.78
HexD49C9501A1E1172a47
Octal3242342250323621752107
Binary11010100100111001001010101101011110100011111010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49C95; }

 p { color: rgb(212,156,149); }

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

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

 a { background-color: rgb(212,156,149); }

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

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

 span { border-color: rgb(212,156,149); }

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