Html Css Color HEX #D7A293 Rose

📋 copy color: '#D7A293'

red 215 ◦ green 162 ◦ blue 147

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

Shades of Rose #D7A293

Tints of Rose #D7A293

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.92%

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

R = 41.03%
G = 30.92%
B = 28.05%

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

#D7A293 (or 0xD7A293) is known color: Rose. HEX triplet: D7, A2 and 93. RGB value is (215,162,147). Sum of RGB (Red+Green+Blue) = 215+162+147=524 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.03% from 524); Green value is 162 (63.67% from 255 or 30.92% from 524); Blue value is 147 (57.81% from 255 or 28.05% from 524); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A293 is #285D6C. Grayscale: #B0B0B0. Windows color (decimal): -2645357 or 9675479. OLE color: 9675479.

HSL color Cylindrical-coordinate representation of color #D7A293: hue angle of 13.24º 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 #D7A293 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 162 147 -
CMYK 0 0.25 0.32 0.16
HSL 13.24º 0.46% 0.71% -
HSV(B) 13.24º 0.32% 0.84% -
XYZ 46.21 42.39 33.35 -
YUV 176.14 111.56 155.72 -
System Red Green Blue C M Y K H S L
Decimal 215 162 147 0 0.25 0.32 0.16 13.24 0.46 0.71
Hex D7 A2 93 0 19 20 10 D 2E 47
Octal 327 242 223 0 31 40 20 15 56 107
Binary 11010111 10100010 10010011 0 11001 100000 10000 1101 101110 1000111

Color Harmonies of #D7A293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A293

Black with #D7A293

Text Example


Text Example

White with #D7A293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A293; }

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

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

background-color css

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

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

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

border-color css

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

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

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