#C47359

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

Shades of Japonica #C47359

Tints of Japonica #C47359

Color information

#C47359 (or 0xC47359) is unknown color: approx Japonica. HEX triplet: C4, 73 and 59. RGB value is (196,115,89). Sum of RGB (Red+Green+Blue) = 196+115+89=400 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49% from 400); Green value is 115 (45.31% from 255 or 28.75% from 400); Blue value is 89 (35.16% from 255 or 22.25% from 400); Max value from RGB is 196 - color contains mainly: red. Hex color #C47359 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47359 is #3B8CA6. Grayscale: #888888. Windows color (decimal): -3902631 or 5862340. OLE color: 5862340.

HSL color Cylindrical-coordinate representation of color #C47359: hue angle of 14.58º 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 #C47359 is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.23.

Color convert

RGB19611589-
CMYK00.410.550.23
HSL14.58º47.56%55.88%-
HSV(B)14.58º54.59%76.86%-
XYZ30.724.7212.6-
YUV136.26101.34170.61-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49%
GREEN value IS 115 (45.31% from 255) = 28.75%
BLUE value IS 89 (35.16% from 255) = 22.25%
R=49%
G=28.75%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.55
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961158900.410.550.2314.5847.5655.88
HexC473590293717f3038
Octal3041631310516727176070
Binary11000100111001110110010101001110111101111111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47359; }

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

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

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

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

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

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

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

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