#C46D56

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

Shades of Japonica #C46D56

Tints of Japonica #C46D56

Color information

#C46D56 (or 0xC46D56) is unknown color: approx Japonica. HEX triplet: C4, 6D and 56. RGB value is (196,109,86). Sum of RGB (Red+Green+Blue) = 196+109+86=391 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.13% from 391); Green value is 109 (42.97% from 255 or 27.88% from 391); Blue value is 86 (33.98% from 255 or 21.99% from 391); Max value from RGB is 196 - color contains mainly: red. Hex color #C46D56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46D56 is #3B92A9. Grayscale: #848484. Windows color (decimal): -3904170 or 5664196. OLE color: 5664196.

HSL color Cylindrical-coordinate representation of color #C46D56: hue angle of 12.55º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C46D56 is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.23.

Color convert

RGB19610986-
CMYK00.440.560.23
HSL12.55º48.25%55.29%-
HSV(B)12.55º56.12%76.86%-
XYZ29.9123.3411.73-
YUV132.39101.82173.37-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.13%
GREEN value IS 109 (42.97% from 255) = 27.88%
BLUE value IS 86 (33.98% from 255) = 21.99%
R=50.13%
G=27.88%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961098600.440.560.2312.5548.2555.29
HexC46D5602C3817d3037
Octal3041551260547027156067
Binary11000100110110110101100101100111000101111101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46D56; }

 p { color: rgb(196,109,86); }

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

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

 a { background-color: rgb(196,109,86); }

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

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

 span { border-color: rgb(196,109,86); }

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