Html Css Color HEX #D19C90 Rose

📋 copy color: '#D19C90'

red 209 ◦ green 156 ◦ blue 144

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

Shades of Rose #D19C90

Tints of Rose #D19C90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 28.29%

R = 41.06%
G = 30.65%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D19C90 (or 0xD19C90) is known color: Rose. HEX triplet: D1, 9C and 90. RGB value is (209,156,144). Sum of RGB (Red+Green+Blue) = 209+156+144=509 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.06% from 509); Green value is 156 (61.33% from 255 or 30.65% from 509); Blue value is 144 (56.64% from 255 or 28.29% from 509); Max value from RGB is 209 - color contains mainly: red. Hex color #D19C90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19C90 is #2E636F. Grayscale: #AAAAAA. Windows color (decimal): -3040112 or 9477329. OLE color: 9477329.

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

Color convert

RGB 209 156 144 -
CMYK 0 0.25 0.31 0.18
HSL 11.08º 0.41% 0.69% -
HSV(B) 11.08º 0.31% 0.82% -
XYZ 43.22 39.35 31.7 -
YUV 170.48 113.06 155.48 -
System Red Green Blue C M Y K H S L
Decimal 209 156 144 0 0.25 0.31 0.18 11.08 0.41 0.69
Hex D1 9C 90 0 19 1F 12 B 29 45
Octal 321 234 220 0 31 37 22 13 51 105
Binary 11010001 10011100 10010000 0 11001 11111 10010 1011 101001 1000101

Color Harmonies of #D19C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19C90

Black with #D19C90

Text Example


Text Example

White with #D19C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19C90; }

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

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

background-color css

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

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

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

border-color css

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

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

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