Html Css Color HEX #D19C9C Petite Orchid

📋 copy color: '#D19C9C'

red 209 ◦ green 156 ◦ blue 156

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

Shades of Petite Orchid #D19C9C

Tints of Petite Orchid #D19C9C

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.94%

 BLUE value IS 156 (61.33% from 255) = 29.94%

R = 40.12%
G = 29.94%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D19C9C (or 0xD19C9C) is known color: Petite Orchid. HEX triplet: D1, 9C and 9C. RGB value is (209,156,156). Sum of RGB (Red+Green+Blue) = 209+156+156=521 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.12% from 521); Green value is 156 (61.33% from 255 or 29.94% from 521); Blue value is 156 (61.33% from 255 or 29.94% from 521); Max value from RGB is 209 - color contains mainly: red. Hex color #D19C9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19C9C is #2E6363. Grayscale: #ABABAB. Windows color (decimal): -3040100 or 10263761. OLE color: 10263761.

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

Color convert

RGB 209 156 156 -
CMYK 0 0.25 0.25 0.18
HSL 0.37% 0.72% -
HSV(B) 0.25% 0.82% -
XYZ 44.18 39.73 36.79 -
YUV 171.85 119.06 154.5 -
System Red Green Blue C M Y K H S L
Decimal 209 156 156 0 0.25 0.25 0.18 0 0.37 0.72
Hex D1 9C 9C 0 19 19 12 0 25 48
Octal 321 234 234 0 31 31 22 0 45 110
Binary 11010001 10011100 10011100 0 11001 11001 10010 0 100101 1001000

Color Harmonies of #D19C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19C9C

Black with #D19C9C

Text Example


Text Example

White with #D19C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19C9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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