#D49992

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

Shades of Petite Orchid #D49992

Tints of Petite Orchid #D49992

Color information

#D49992 (or 0xD49992) is unknown color: approx Petite Orchid. HEX triplet: D4, 99 and 92. RGB value is (212,153,146). Sum of RGB (Red+Green+Blue) = 212+153+146=511 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.49% from 511); Green value is 153 (60.16% from 255 or 29.94% from 511); Blue value is 146 (57.42% from 255 or 28.57% from 511); Max value from RGB is 212 - color contains mainly: red. Hex color #D49992 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49992 is #2B666D. Grayscale: #A9A9A9. Windows color (decimal): -2844270 or 9607636. OLE color: 9607636.

HSL color Cylindrical-coordinate representation of color #D49992: hue angle of 6.36º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D49992 is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB212153146-
CMYK00.280.310.17
HSL6.36º43.42%70.2%-
HSV(B)6.36º31.13%83.14%-
XYZ43.7338.8532.39-
YUV169.84114.55158.07-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.49%
GREEN value IS 153 (60.16% from 255) = 29.94%
BLUE value IS 146 (57.42% from 255) = 28.57%
R=41.49%
G=29.94%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215314600.280.310.176.3643.4270.2
HexD4999201C1F1162b46
Octal3242312220343721653106
Binary11010100100110011001001001110011111100011101010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49992; }

 p { color: rgb(212,153,146); }

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

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

 a { background-color: rgb(212,153,146); }

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

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

 span { border-color: rgb(212,153,146); }

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