Html Css Color HEX #E6A29D Petite Orchid

📋 copy color: '#E6A29D'

red 230 ◦ green 162 ◦ blue 157

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

Shades of Petite Orchid #E6A29D

Tints of Petite Orchid #E6A29D

RGB

 RED value IS 230 (90.23% from 255) = 41.89%

 GREEN value IS 162 (63.67% from 255) = 29.51%

 BLUE value IS 157 (61.72% from 255) = 28.6%

R = 41.89%
G = 29.51%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.32

 K value IS 0.10

RGB Variations

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

Color information

#E6A29D (or 0xE6A29D) is known color: Petite Orchid. HEX triplet: E6, A2 and 9D. RGB value is (230,162,157). Sum of RGB (Red+Green+Blue) = 230+162+157=549 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.89% from 549); Green value is 162 (63.67% from 255 or 29.51% from 549); Blue value is 157 (61.72% from 255 or 28.60% from 549); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A29D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A29D is #195D62. Grayscale: #B5B5B5. Windows color (decimal): -1662307 or 10330854. OLE color: 10330854.

HSL color Cylindrical-coordinate representation of color #E6A29D: hue angle of 4.11º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E6A29D is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 162 157 -
CMYK 0 0.30 0.32 0.10
HSL 4.11º 0.59% 0.76% -
HSV(B) 4.11º 0.32% 0.9% -
XYZ 51.64 45.1 37.88 -
YUV 181.76 114.03 162.41 -
System Red Green Blue C M Y K H S L
Decimal 230 162 157 0 0.30 0.32 0.10 4.11 0.59 0.76
Hex E6 A2 9D 0 1E 20 A 4 3B 4C
Octal 346 242 235 0 36 40 12 4 73 114
Binary 11100110 10100010 10011101 0 11110 100000 1010 100 111011 1001100

Color Harmonies of #E6A29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A29D

Black with #E6A29D

Text Example


Text Example

White with #E6A29D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A29D; }

 p { color: rgb(230,162,157); }

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

background-color css

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

 a { background-color: rgb(230,162,157); }

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

border-color css

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

 span { border-color: rgb(230,162,157); }

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