#D6A292

Color #D6A292 Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose #D6A292

Tints of Rose #D6A292

Color information

#D6A292 (or 0xD6A292) is unknown color: approx Rose. HEX triplet: D6, A2 and 92. RGB value is (214,162,146). Sum of RGB (Red+Green+Blue) = 214+162+146=522 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.00% from 522); Green value is 162 (63.67% from 255 or 31.03% from 522); Blue value is 146 (57.42% from 255 or 27.97% from 522); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A292 is #295D6D. Grayscale: #AFAFAF. Windows color (decimal): -2710894 or 9609942. OLE color: 9609942.

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

Color convert

RGB214162146-
CMYK00.240.320.16
HSL14.12º45.33%70.59%-
HSV(B)14.12º31.78%83.92%-
XYZ45.8442.2132.93-
YUV175.72111.23155.3-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.00%
GREEN value IS 162 (63.67% from 255) = 31.03%
BLUE value IS 146 (57.42% from 255) = 27.97%
R=41.00%
G=31.03%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416214600.240.320.1614.1245.3370.59
HexD6A2920182010e2d47
Octal32624222203040201655107
Binary1101011010100010100100100110001000001000011101011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A292; }

 p { color: rgb(214,162,146); }

 H1.HeaderClassName
 {
   color: #D6A292;
 }
 .AnyTagClassName
 {
   color: #D6A292;
 }
</style>
background-color css

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

 a { background-color: rgb(214,162,146); }

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

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

 span { border-color: rgb(214,162,146); }

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