Html Css Color HEX #D49C97 Petite Orchid

📋 copy color: '#D49C97'

red 212 ◦ green 156 ◦ blue 151

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

Shades of Petite Orchid #D49C97

Tints of Petite Orchid #D49C97

RGB

 RED value IS 212 (83.2% from 255) = 40.85%

 GREEN value IS 156 (61.33% from 255) = 30.06%

 BLUE value IS 151 (59.38% from 255) = 29.09%

R = 40.85%
G = 30.06%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.29

 K value IS 0.17

RGB Variations

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

Color information

#D49C97 (or 0xD49C97) is known color: Petite Orchid. HEX triplet: D4, 9C and 97. RGB value is (212,156,151). Sum of RGB (Red+Green+Blue) = 212+156+151=519 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.85% from 519); Green value is 156 (61.33% from 255 or 30.06% from 519); Blue value is 151 (59.38% from 255 or 29.09% from 519); Max value from RGB is 212 - color contains mainly: red. Hex color #D49C97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49C97 is #2B6368. Grayscale: #ACACAC. Windows color (decimal): -2843497 or 9936084. OLE color: 9936084.

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

Color convert

RGB 212 156 151 -
CMYK 0 0.26 0.29 0.17
HSL 4.92º 0.41% 0.71% -
HSV(B) 4.92º 0.29% 0.83% -
XYZ 44.63 40.01 34.65 -
YUV 172.17 116.05 156.41 -
System Red Green Blue C M Y K H S L
Decimal 212 156 151 0 0.26 0.29 0.17 4.92 0.41 0.71
Hex D4 9C 97 0 1A 1D 11 5 29 47
Octal 324 234 227 0 32 35 21 5 51 107
Binary 11010100 10011100 10010111 0 11010 11101 10001 101 101001 1000111

Color Harmonies of #D49C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49C97

Black with #D49C97

Text Example


Text Example

White with #D49C97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49C97; }

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

 H1.HeaderClassName
 {
   color: #D49C97;
 }
 .AnyTagClassName
 {
   color: #D49C97;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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