Html Css Color HEX #D49A95 Petite Orchid

📋 copy color: '#D49A95'

red 212 ◦ green 154 ◦ blue 149

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

Shades of Petite Orchid #D49A95

Tints of Petite Orchid #D49A95

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.9%

 BLUE value IS 149 (58.59% from 255) = 28.93%

R = 41.17%
G = 29.9%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#D49A95 (or 0xD49A95) is known color: Petite Orchid. HEX triplet: D4, 9A and 95. RGB value is (212,154,149). Sum of RGB (Red+Green+Blue) = 212+154+149=515 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.17% from 515); Green value is 154 (60.55% from 255 or 29.90% from 515); Blue value is 149 (58.59% from 255 or 28.93% from 515); Max value from RGB is 212 - color contains mainly: red. Hex color #D49A95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49A95 is #2B656A. Grayscale: #AAAAAA. Windows color (decimal): -2844011 or 9804500. OLE color: 9804500.

HSL color Cylindrical-coordinate representation of color #D49A95: hue angle of 4.76º 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 #D49A95 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 154 149 -
CMYK 0 0.27 0.30 0.17
HSL 4.76º 0.42% 0.71% -
HSV(B) 4.76º 0.3% 0.83% -
XYZ 44.13 39.28 33.69 -
YUV 170.77 115.72 157.41 -
System Red Green Blue C M Y K H S L
Decimal 212 154 149 0 0.27 0.30 0.17 4.76 0.42 0.71
Hex D4 9A 95 0 1B 1E 11 5 2A 47
Octal 324 232 225 0 33 36 21 5 52 107
Binary 11010100 10011010 10010101 0 11011 11110 10001 101 101010 1000111

Color Harmonies of #D49A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49A95

Black with #D49A95

Text Example


Text Example

White with #D49A95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49A95; }

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

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

background-color css

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

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

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

border-color css

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

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

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