#C46C59

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

Shades of Japonica #C46C59

Tints of Japonica #C46C59

Color information

#C46C59 (or 0xC46C59) is unknown color: approx Japonica. HEX triplet: C4, 6C and 59. RGB value is (196,108,89). Sum of RGB (Red+Green+Blue) = 196+108+89=393 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.87% from 393); Green value is 108 (42.58% from 255 or 27.48% from 393); Blue value is 89 (35.16% from 255 or 22.65% from 393); Max value from RGB is 196 - color contains mainly: red. Hex color #C46C59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46C59 is #3B93A6. Grayscale: #848484. Windows color (decimal): -3904423 or 5860548. OLE color: 5860548.

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

Color convert

RGB19610889-
CMYK00.450.550.23
HSL10.65º47.56%55.88%-
HSV(B)10.65º54.59%76.86%-
XYZ29.9323.1812.35-
YUV132.15103.65173.54-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.87%
GREEN value IS 108 (42.58% from 255) = 27.48%
BLUE value IS 89 (35.16% from 255) = 22.65%
R=49.87%
G=27.48%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.55
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961088900.450.550.2310.6547.5655.88
HexC46C5902D3717b3038
Octal3041541310556727136070
Binary11000100110110010110010101101110111101111011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46C59; }

 p { color: rgb(196,108,89); }

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

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

 a { background-color: rgb(196,108,89); }

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

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

 span { border-color: rgb(196,108,89); }

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