Html Css Color HEX #D19896 Petite Orchid

📋 copy color: '#D19896'

red 209 ◦ green 152 ◦ blue 150

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

Shades of Petite Orchid #D19896

Tints of Petite Orchid #D19896

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.75%

 BLUE value IS 150 (58.98% from 255) = 29.35%

R = 40.9%
G = 29.75%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D19896 (or 0xD19896) is known color: Petite Orchid. HEX triplet: D1, 98 and 96. RGB value is (209,152,150). Sum of RGB (Red+Green+Blue) = 209+152+150=511 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.90% from 511); Green value is 152 (59.77% from 255 or 29.75% from 511); Blue value is 150 (58.98% from 255 or 29.35% from 511); Max value from RGB is 209 - color contains mainly: red. Hex color #D19896 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19896 is #2E6769. Grayscale: #A8A8A8. Windows color (decimal): -3041130 or 9869521. OLE color: 9869521.

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

Color convert

RGB 209 152 150 -
CMYK 0 0.27 0.28 0.18
HSL 2.03º 0.39% 0.7% -
HSV(B) 2.03º 0.28% 0.82% -
XYZ 43.03 38.21 33.96 -
YUV 168.82 117.38 156.66 -
System Red Green Blue C M Y K H S L
Decimal 209 152 150 0 0.27 0.28 0.18 2.03 0.39 0.7
Hex D1 98 96 0 1B 1C 12 2 27 46
Octal 321 230 226 0 33 34 22 2 47 106
Binary 11010001 10011000 10010110 0 11011 11100 10010 10 100111 1000110

Color Harmonies of #D19896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19896

Black with #D19896

Text Example


Text Example

White with #D19896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19896; }

 p { color: rgb(209,152,150); }

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

background-color css

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

 a { background-color: rgb(209,152,150); }

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

border-color css

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

 span { border-color: rgb(209,152,150); }

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