#D46F5A

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

Shades of Japonica #D46F5A

Tints of Japonica #D46F5A

Color information

#D46F5A (or 0xD46F5A) is unknown color: approx Japonica. HEX triplet: D4, 6F and 5A. RGB value is (212,111,90). Sum of RGB (Red+Green+Blue) = 212+111+90=413 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.33% from 413); Green value is 111 (43.75% from 255 or 26.88% from 413); Blue value is 90 (35.55% from 255 or 21.79% from 413); Max value from RGB is 212 - color contains mainly: red. Hex color #D46F5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46F5A is #2B90A5. Grayscale: #8A8A8A. Windows color (decimal): -2855078 or 5926868. OLE color: 5926868.

HSL color Cylindrical-coordinate representation of color #D46F5A: hue angle of 10.33º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D46F5A is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.17.

Color convert

RGB21211190-
CMYK00.480.580.17
HSL10.33º58.65%59.22%-
HSV(B)10.33º57.55%83.14%-
XYZ34.6826.112.88-
YUV138.8100.46180.21-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 51.33%
GREEN value IS 111 (43.75% from 255) = 26.88%
BLUE value IS 90 (35.55% from 255) = 21.79%
R=51.33%
G=26.88%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.58
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121119000.480.580.1710.3358.6559.22
HexD46F5A0303A11a3b3b
Octal3241571320607221127373
Binary11010100110111110110100110000111010100011010111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46F5A; }

 p { color: rgb(212,111,90); }

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

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

 a { background-color: rgb(212,111,90); }

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

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

 span { border-color: rgb(212,111,90); }

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