Html Css Color HEX #D49C98 Petite Orchid

📋 copy color: '#D49C98'

red 212 ◦ green 156 ◦ blue 152

#D49C98
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Petite Orchid #D49C98

Tints of Petite Orchid #D49C98

RGB

 RED value IS 212 (83.2% 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 value IS 0

 M value IS 0.26

 Y value IS 0.28

 K value IS 0.17

RGB Variations

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

Color information

#D49C98 (or 0xD49C98) is known color: 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

RGB 212 156 152 -
CMYK 0 0.26 0.28 0.17
HSL 0.41% 0.71% -
HSV(B) 0.28% 0.83% -
XYZ 44.71 40.04 35.08 -
YUV 172.29 116.55 156.33 -
System Red Green Blue C M Y K H S L
Decimal 212 156 152 0 0.26 0.28 0.17 4 0.41 0.71
Hex D4 9C 98 0 1A 1C 11 4 29 47
Octal 324 234 230 0 32 34 21 4 51 107
Binary 11010100 10011100 10011000 0 11010 11100 10001 100 101001 1000111

Color Harmonies of #D49C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49C98

Black with #D49C98

Text Example


Text Example

White with #D49C98

Text Example


Text Example

HTML Codes & Css Web 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>