#D49C98

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

Shades of Petite Orchid #D49C98

Tints of Petite Orchid #D49C98

Color information

#D49C98 (or 0xD49C98) is unknown color: approx Petite Orchid. HEX triplet: D4, 9C and 98. RGB value is (212,156,152). Sum of RGB (Red+Green+Blue) = 212+156+152=520 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.77% from 520); Green value is 156 (61.33% from 255 or 30% from 520); Blue value is 152 (59.77% from 255 or 29.23% from 520); Max value from RGB is 212 - color contains mainly: red. Hex color #D49C98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49C98 is #2B6367. Grayscale: #ACACAC. Windows color (decimal): -2843496 or 10001620. OLE color: 10001620.

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

Color convert

RGB212156152-
CMYK00.260.280.17
HSL41.1%71.37%-
HSV(B)28.3%83.14%-
XYZ44.7140.0435.08-
YUV172.29116.55156.33-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.77%
GREEN value IS 156 (61.33% from 255) = 30%
BLUE value IS 152 (59.77% from 255) = 29.23%
R=40.77%
G=30%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215615200.260.280.17441.171.37
HexD49C9801A1C1142947
Octal3242342300323421451107
Binary11010100100111001001100001101011100100011001010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49C98; }

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

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

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

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

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

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

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

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