Html Css Color HEX #D19C92 Rose

📋 copy color: '#D19C92'

red 209 ◦ green 156 ◦ blue 146

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

Shades of Rose #D19C92

Tints of Rose #D19C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.57%

R = 40.9%
G = 30.53%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D19C92 (or 0xD19C92) is known color: Rose. HEX triplet: D1, 9C and 92. RGB value is (209,156,146). Sum of RGB (Red+Green+Blue) = 209+156+146=511 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.90% from 511); Green value is 156 (61.33% from 255 or 30.53% from 511); Blue value is 146 (57.42% from 255 or 28.57% from 511); Max value from RGB is 209 - color contains mainly: red. Hex color #D19C92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19C92 is #2E636D. Grayscale: #AAAAAA. Windows color (decimal): -3040110 or 9608401. OLE color: 9608401.

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

Color convert

RGB 209 156 146 -
CMYK 0 0.25 0.30 0.18
HSL 9.52º 0.41% 0.7% -
HSV(B) 9.52º 0.3% 0.82% -
XYZ 43.37 39.41 32.51 -
YUV 170.71 114.06 155.31 -
System Red Green Blue C M Y K H S L
Decimal 209 156 146 0 0.25 0.30 0.18 9.52 0.41 0.7
Hex D1 9C 92 0 19 1E 12 A 29 46
Octal 321 234 222 0 31 36 22 12 51 106
Binary 11010001 10011100 10010010 0 11001 11110 10010 1010 101001 1000110

Color Harmonies of #D19C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19C92

Black with #D19C92

Text Example


Text Example

White with #D19C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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