Html Css Color HEX #D7A294 Rose

📋 copy color: '#D7A294'

red 215 ◦ green 162 ◦ blue 148

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

Shades of Rose #D7A294

Tints of Rose #D7A294

RGB

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

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

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

R = 40.95%
G = 30.86%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D7A294 (or 0xD7A294) is known color: Rose. HEX triplet: D7, A2 and 94. RGB value is (215,162,148). Sum of RGB (Red+Green+Blue) = 215+162+148=525 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.95% from 525); Green value is 162 (63.67% from 255 or 30.86% from 525); Blue value is 148 (58.20% from 255 or 28.19% from 525); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A294 is #285D6B. Grayscale: #B0B0B0. Windows color (decimal): -2645356 or 9741015. OLE color: 9741015.

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

Color convert

RGB 215 162 148 -
CMYK 0 0.25 0.31 0.16
HSL 12.54º 0.46% 0.71% -
HSV(B) 12.54º 0.31% 0.84% -
XYZ 46.29 42.43 33.77 -
YUV 176.25 112.06 155.64 -
System Red Green Blue C M Y K H S L
Decimal 215 162 148 0 0.25 0.31 0.16 12.54 0.46 0.71
Hex D7 A2 94 0 19 1F 10 D 2E 47
Octal 327 242 224 0 31 37 20 15 56 107
Binary 11010111 10100010 10010100 0 11001 11111 10000 1101 101110 1000111

Color Harmonies of #D7A294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A294

Black with #D7A294

Text Example


Text Example

White with #D7A294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A294; }

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

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

background-color css

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

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

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

border-color css

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

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

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