#C47058

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

Shades of Japonica #C47058

Tints of Japonica #C47058

Color information

#C47058 (or 0xC47058) is unknown color: approx Japonica. HEX triplet: C4, 70 and 58. RGB value is (196,112,88). Sum of RGB (Red+Green+Blue) = 196+112+88=396 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.49% from 396); Green value is 112 (44.14% from 255 or 28.28% from 396); Blue value is 88 (34.77% from 255 or 22.22% from 396); Max value from RGB is 196 - color contains mainly: red. Hex color #C47058 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47058 is #3B8FA7. Grayscale: #868686. Windows color (decimal): -3903400 or 5796036. OLE color: 5796036.

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

Color convert

RGB19611288-
CMYK00.430.550.23
HSL13.33º47.79%55.69%-
HSV(B)13.33º55.1%76.86%-
XYZ30.3224.0312.27-
YUV134.38101.83171.95-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.49%
GREEN value IS 112 (44.14% from 255) = 28.28%
BLUE value IS 88 (34.77% from 255) = 22.22%
R=49.49%
G=28.28%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.55
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961128800.430.550.2313.3347.7955.69
HexC4705802B3717d3038
Octal3041601300536727156070
Binary11000100111000010110000101011110111101111101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47058; }

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

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

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

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

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

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

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

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