Html Css Color HEX #D49592 Petite Orchid

📋 copy color: '#D49592'

red 212 ◦ green 149 ◦ blue 146

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

Shades of Petite Orchid #D49592

Tints of Petite Orchid #D49592

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.39%

 BLUE value IS 146 (57.42% from 255) = 28.8%

R = 41.81%
G = 29.39%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.31

 K value IS 0.17

RGB Variations

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

Color information

#D49592 (or 0xD49592) is known color: Petite Orchid. HEX triplet: D4, 95 and 92. RGB value is (212,149,146). Sum of RGB (Red+Green+Blue) = 212+149+146=507 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.81% from 507); Green value is 149 (58.59% from 255 or 29.39% from 507); Blue value is 146 (57.42% from 255 or 28.80% from 507); Max value from RGB is 212 - color contains mainly: red. Hex color #D49592 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49592 is #2B6A6D. Grayscale: #A7A7A7. Windows color (decimal): -2845294 or 9606612. OLE color: 9606612.

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

Color convert

RGB 212 149 146 -
CMYK 0 0.30 0.31 0.17
HSL 2.73º 0.43% 0.7% -
HSV(B) 2.73º 0.31% 0.83% -
XYZ 43.09 37.57 32.17 -
YUV 167.5 115.87 159.74 -
System Red Green Blue C M Y K H S L
Decimal 212 149 146 0 0.30 0.31 0.17 2.73 0.43 0.7
Hex D4 95 92 0 1E 1F 11 3 2B 46
Octal 324 225 222 0 36 37 21 3 53 106
Binary 11010100 10010101 10010010 0 11110 11111 10001 11 101011 1000110

Color Harmonies of #D49592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49592

Black with #D49592

Text Example


Text Example

White with #D49592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49592; }

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

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

background-color css

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

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

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

border-color css

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

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

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