Html Css Color HEX #D7A193 Rose

📋 copy color: '#D7A193'

red 215 ◦ green 161 ◦ blue 147

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

Shades of Rose #D7A193

Tints of Rose #D7A193

RGB

 RED value IS 215 (84.38% from 255) = 41.11%

 GREEN value IS 161 (63.28% from 255) = 30.78%

 BLUE value IS 147 (57.81% from 255) = 28.11%

R = 41.11%
G = 30.78%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D7A193 (or 0xD7A193) is known color: Rose. HEX triplet: D7, A1 and 93. RGB value is (215,161,147). Sum of RGB (Red+Green+Blue) = 215+161+147=523 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.11% from 523); Green value is 161 (63.28% from 255 or 30.78% from 523); Blue value is 147 (57.81% from 255 or 28.11% from 523); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A193 is #285E6C. Grayscale: #AFAFAF. Windows color (decimal): -2645613 or 9675223. OLE color: 9675223.

HSL color Cylindrical-coordinate representation of color #D7A193: hue angle of 12.35º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D7A193 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 161 147 -
CMYK 0 0.25 0.32 0.16
HSL 12.35º 0.46% 0.71% -
HSV(B) 12.35º 0.32% 0.84% -
XYZ 46.04 42.04 33.29 -
YUV 175.55 111.89 156.14 -
System Red Green Blue C M Y K H S L
Decimal 215 161 147 0 0.25 0.32 0.16 12.35 0.46 0.71
Hex D7 A1 93 0 19 20 10 C 2E 47
Octal 327 241 223 0 31 40 20 14 56 107
Binary 11010111 10100001 10010011 0 11001 100000 10000 1100 101110 1000111

Color Harmonies of #D7A193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A193

Black with #D7A193

Text Example


Text Example

White with #D7A193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A193; }

 p { color: rgb(215,161,147); }

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

background-color css

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

 a { background-color: rgb(215,161,147); }

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

border-color css

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

 span { border-color: rgb(215,161,147); }

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