Html Css Color HEX #D19795 Petite Orchid

📋 copy color: '#D19795'

red 209 ◦ green 151 ◦ blue 149

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

Shades of Petite Orchid #D19795

Tints of Petite Orchid #D19795

RGB

 RED value IS 209 (82.03% from 255) = 41.06%

 GREEN value IS 151 (59.38% from 255) = 29.67%

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

R = 41.06%
G = 29.67%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D19795 (or 0xD19795) is known color: Petite Orchid. HEX triplet: D1, 97 and 95. RGB value is (209,151,149). Sum of RGB (Red+Green+Blue) = 209+151+149=509 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.06% from 509); Green value is 151 (59.38% from 255 or 29.67% from 509); Blue value is 149 (58.59% from 255 or 29.27% from 509); Max value from RGB is 209 - color contains mainly: red. Hex color #D19795 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19795 is #2E686A. Grayscale: #A8A8A8. Windows color (decimal): -3041387 or 9803729. OLE color: 9803729.

HSL color Cylindrical-coordinate representation of color #D19795: hue angle of 2º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D19795 is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 151 149 -
CMYK 0 0.28 0.29 0.18
HSL 0.39% 0.7% -
HSV(B) 0.29% 0.82% -
XYZ 42.79 37.86 33.49 -
YUV 168.11 117.22 157.16 -
System Red Green Blue C M Y K H S L
Decimal 209 151 149 0 0.28 0.29 0.18 2 0.39 0.7
Hex D1 97 95 0 1C 1D 12 2 27 46
Octal 321 227 225 0 34 35 22 2 47 106
Binary 11010001 10010111 10010101 0 11100 11101 10010 10 100111 1000110

Color Harmonies of #D19795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19795

Black with #D19795

Text Example


Text Example

White with #D19795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19795; }

 p { color: rgb(209,151,149); }

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

background-color css

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

 a { background-color: rgb(209,151,149); }

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

border-color css

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

 span { border-color: rgb(209,151,149); }

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