Html Css Color HEX #D8A192 Rose

📋 copy color: '#D8A192'

red 216 ◦ green 161 ◦ blue 146

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

Shades of Rose #D8A192

Tints of Rose #D8A192

RGB

 RED value IS 216 (84.77% from 255) = 41.3%

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

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

R = 41.3%
G = 30.78%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D8A192 (or 0xD8A192) is known color: Rose. HEX triplet: D8, A1 and 92. RGB value is (216,161,146). Sum of RGB (Red+Green+Blue) = 216+161+146=523 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.30% from 523); Green value is 161 (63.28% from 255 or 30.78% from 523); Blue value is 146 (57.42% from 255 or 27.92% from 523); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A192 is #275E6D. Grayscale: #AFAFAF. Windows color (decimal): -2580078 or 9609688. OLE color: 9609688.

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

Color convert

RGB 216 161 146 -
CMYK 0 0.25 0.32 0.15
HSL 12.86º 0.47% 0.71% -
HSV(B) 12.86º 0.32% 0.85% -
XYZ 46.25 42.16 32.89 -
YUV 175.74 111.22 156.72 -
System Red Green Blue C M Y K H S L
Decimal 216 161 146 0 0.25 0.32 0.15 12.86 0.47 0.71
Hex D8 A1 92 0 19 20 F D 2F 47
Octal 330 241 222 0 31 40 17 15 57 107
Binary 11011000 10100001 10010010 0 11001 100000 1111 1101 101111 1000111

Color Harmonies of #D8A192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A192

Black with #D8A192

Text Example


Text Example

White with #D8A192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A192; }

 p { color: rgb(216,161,146); }

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

background-color css

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

 a { background-color: rgb(216,161,146); }

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

border-color css

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

 span { border-color: rgb(216,161,146); }

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