#C47158

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

Shades of Japonica #C47158

Tints of Japonica #C47158

Color information

#C47158 (or 0xC47158) is unknown color: approx Japonica. HEX triplet: C4, 71 and 58. RGB value is (196,113,88). Sum of RGB (Red+Green+Blue) = 196+113+88=397 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.37% from 397); Green value is 113 (44.53% from 255 or 28.46% from 397); Blue value is 88 (34.77% from 255 or 22.17% from 397); Max value from RGB is 196 - color contains mainly: red. Hex color #C47158 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47158 is #3B8EA7. Grayscale: #878787. Windows color (decimal): -3903144 or 5796292. OLE color: 5796292.

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

Color convert

RGB19611388-
CMYK00.420.550.23
HSL13.89º47.79%55.69%-
HSV(B)13.89º55.1%76.86%-
XYZ30.4324.2512.31-
YUV134.97101.5171.53-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.37%
GREEN value IS 113 (44.53% from 255) = 28.46%
BLUE value IS 88 (34.77% from 255) = 22.17%
R=49.37%
G=28.46%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.55
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961138800.420.550.2313.8947.7955.69
HexC4715802A3717e3038
Octal3041611300526727166070
Binary11000100111000110110000101010110111101111110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47158; }

 p { color: rgb(196,113,88); }

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

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

 a { background-color: rgb(196,113,88); }

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

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

 span { border-color: rgb(196,113,88); }

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