#C47858

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

Shades of Japonica #C47858

Tints of Japonica #C47858

Color information

#C47858 (or 0xC47858) is unknown color: approx Japonica. HEX triplet: C4, 78 and 58. RGB value is (196,120,88). Sum of RGB (Red+Green+Blue) = 196+120+88=404 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.51% from 404); Green value is 120 (47.27% from 255 or 29.70% from 404); Blue value is 88 (34.77% from 255 or 21.78% from 404); Max value from RGB is 196 - color contains mainly: red. Hex color #C47858 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47858 is #3B87A7. Grayscale: #8B8B8B. Windows color (decimal): -3901352 or 5798084. OLE color: 5798084.

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

Color convert

RGB19612088-
CMYK00.390.550.23
HSL17.78º47.79%55.69%-
HSV(B)17.78º55.1%76.86%-
XYZ31.2425.8712.58-
YUV139.0899.18168.6-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 48.51%
GREEN value IS 120 (47.27% from 255) = 29.70%
BLUE value IS 88 (34.77% from 255) = 21.78%
R=48.51%
G=29.70%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.55
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961208800.390.550.2317.7847.7955.69
HexC478580273717123038
Octal3041701300476727226070
Binary110001001111000101100001001111101111011110010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47858; }

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

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

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

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

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

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

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

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