Html Css Color HEX #D19B94 Rose

📋 copy color: '#D19B94'

red 209 ◦ green 155 ◦ blue 148

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

Shades of Rose #D19B94

Tints of Rose #D19B94

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.27%

 BLUE value IS 148 (58.2% from 255) = 28.91%

R = 40.82%
G = 30.27%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D19B94 (or 0xD19B94) is known color: Rose. HEX triplet: D1, 9B and 94. RGB value is (209,155,148). Sum of RGB (Red+Green+Blue) = 209+155+148=512 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.82% from 512); Green value is 155 (60.94% from 255 or 30.27% from 512); Blue value is 148 (58.20% from 255 or 28.91% from 512); Max value from RGB is 209 - color contains mainly: red. Hex color #D19B94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19B94 is #2E646B. Grayscale: #AAAAAA. Windows color (decimal): -3040364 or 9739217. OLE color: 9739217.

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

Color convert

RGB 209 155 148 -
CMYK 0 0.26 0.29 0.18
HSL 6.89º 0.4% 0.7% -
HSV(B) 6.89º 0.29% 0.82% -
XYZ 43.36 39.14 33.29 -
YUV 170.35 115.39 155.57 -
System Red Green Blue C M Y K H S L
Decimal 209 155 148 0 0.26 0.29 0.18 6.89 0.4 0.7
Hex D1 9B 94 0 1A 1D 12 7 28 46
Octal 321 233 224 0 32 35 22 7 50 106
Binary 11010001 10011011 10010100 0 11010 11101 10010 111 101000 1000110

Color Harmonies of #D19B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19B94

Black with #D19B94

Text Example


Text Example

White with #D19B94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19B94; }

 p { color: rgb(209,155,148); }

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

background-color css

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

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

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

border-color css

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

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

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