Html Css Color HEX #D79A95 Petite Orchid

📋 copy color: '#D79A95'

red 215 ◦ green 154 ◦ blue 149

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

Shades of Petite Orchid #D79A95

Tints of Petite Orchid #D79A95

RGB

 RED value IS 215 (84.38% from 255) = 41.51%

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

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

R = 41.51%
G = 29.73%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D79A95 (or 0xD79A95) is known color: Petite Orchid. HEX triplet: D7, 9A and 95. RGB value is (215,154,149). Sum of RGB (Red+Green+Blue) = 215+154+149=518 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.51% from 518); Green value is 154 (60.55% from 255 or 29.73% from 518); Blue value is 149 (58.59% from 255 or 28.76% from 518); Max value from RGB is 215 - color contains mainly: red. Hex color #D79A95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79A95 is #28656A. Grayscale: #ABABAB. Windows color (decimal): -2647403 or 9804503. OLE color: 9804503.

HSL color Cylindrical-coordinate representation of color #D79A95: hue angle of 4.55º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D79A95 is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 154 149 -
CMYK 0 0.28 0.31 0.16
HSL 4.55º 0.45% 0.71% -
HSV(B) 4.55º 0.31% 0.84% -
XYZ 45 39.73 33.73 -
YUV 171.67 115.21 158.91 -
System Red Green Blue C M Y K H S L
Decimal 215 154 149 0 0.28 0.31 0.16 4.55 0.45 0.71
Hex D7 9A 95 0 1C 1F 10 5 2D 47
Octal 327 232 225 0 34 37 20 5 55 107
Binary 11010111 10011010 10010101 0 11100 11111 10000 101 101101 1000111

Color Harmonies of #D79A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79A95

Black with #D79A95

Text Example


Text Example

White with #D79A95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79A95; }

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

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

background-color css

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

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

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

border-color css

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

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

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