Html Css Color HEX #D19696 Petite Orchid

📋 copy color: '#D19696'

red 209 ◦ green 150 ◦ blue 150

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

Shades of Petite Orchid #D19696

Tints of Petite Orchid #D19696

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.47%

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

R = 41.06%
G = 29.47%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D19696 (or 0xD19696) is known color: Petite Orchid. HEX triplet: D1, 96 and 96. RGB value is (209,150,150). Sum of RGB (Red+Green+Blue) = 209+150+150=509 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.06% from 509); Green value is 150 (58.98% from 255 or 29.47% from 509); Blue value is 150 (58.98% from 255 or 29.47% from 509); Max value from RGB is 209 - color contains mainly: red. Hex color #D19696 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19696 is #2E6969. Grayscale: #A7A7A7. Windows color (decimal): -3041642 or 9869009. OLE color: 9869009.

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

Color convert

RGB 209 150 150 -
CMYK 0 0.28 0.28 0.18
HSL 0.39% 0.7% -
HSV(B) 0.28% 0.82% -
XYZ 42.71 37.57 33.86 -
YUV 167.64 118.05 157.5 -
System Red Green Blue C M Y K H S L
Decimal 209 150 150 0 0.28 0.28 0.18 0 0.39 0.7
Hex D1 96 96 0 1C 1C 12 0 27 46
Octal 321 226 226 0 34 34 22 0 47 106
Binary 11010001 10010110 10010110 0 11100 11100 10010 0 100111 1000110

Color Harmonies of #D19696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19696

Black with #D19696

Text Example


Text Example

White with #D19696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19696; }

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

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

background-color css

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

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

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

border-color css

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

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

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