#C47558

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

Shades of Japonica #C47558

Tints of Japonica #C47558

Color information

#C47558 (or 0xC47558) is unknown color: approx Japonica. HEX triplet: C4, 75 and 58. RGB value is (196,117,88). Sum of RGB (Red+Green+Blue) = 196+117+88=401 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.88% from 401); Green value is 117 (46.09% from 255 or 29.18% from 401); Blue value is 88 (34.77% from 255 or 21.95% from 401); Max value from RGB is 196 - color contains mainly: red. Hex color #C47558 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47558 is #3B8AA7. Grayscale: #898989. Windows color (decimal): -3902120 or 5797316. OLE color: 5797316.

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

Color convert

RGB19611788-
CMYK00.400.550.23
HSL16.11º47.79%55.69%-
HSV(B)16.11º55.1%76.86%-
XYZ30.8925.1612.46-
YUV137.32100.17169.86-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 48.88%
GREEN value IS 117 (46.09% from 255) = 29.18%
BLUE value IS 88 (34.77% from 255) = 21.95%
R=48.88%
G=29.18%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.55
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961178800.400.550.2316.1147.7955.69
HexC475580283717103038
Octal3041651300506727206070
Binary110001001110101101100001010001101111011110000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47558; }

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

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

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

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

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

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

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

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