Html Css Color HEX #D19695 Petite Orchid

📋 copy color: '#D19695'

red 209 ◦ green 150 ◦ blue 149

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

Shades of Petite Orchid #D19695

Tints of Petite Orchid #D19695

RGB

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

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

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

R = 41.14%
G = 29.53%
B = 29.33%

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

#D19695 (or 0xD19695) is known color: Petite Orchid. HEX triplet: D1, 96 and 95. RGB value is (209,150,149). Sum of RGB (Red+Green+Blue) = 209+150+149=508 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.14% from 508); Green value is 150 (58.98% from 255 or 29.53% from 508); Blue value is 149 (58.59% from 255 or 29.33% from 508); Max value from RGB is 209 - color contains mainly: red. Hex color #D19695 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19695 is #2E696A. Grayscale: #A7A7A7. Windows color (decimal): -3041643 or 9803473. OLE color: 9803473.

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

Color convert

RGB 209 150 149 -
CMYK 0 0.28 0.29 0.18
HSL 0.39% 0.7% -
HSV(B) 0.29% 0.82% -
XYZ 42.63 37.54 33.43 -
YUV 167.53 117.55 157.58 -
System Red Green Blue C M Y K H S L
Decimal 209 150 149 0 0.28 0.29 0.18 1 0.39 0.7
Hex D1 96 95 0 1C 1D 12 1 27 46
Octal 321 226 225 0 34 35 22 1 47 106
Binary 11010001 10010110 10010101 0 11100 11101 10010 1 100111 1000110

Color Harmonies of #D19695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19695

Black with #D19695

Text Example


Text Example

White with #D19695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19695; }

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

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

background-color css

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

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

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

border-color css

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

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

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