#C47057

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

Shades of Japonica #C47057

Tints of Japonica #C47057

Color information

#C47057 (or 0xC47057) is unknown color: approx Japonica. HEX triplet: C4, 70 and 57. RGB value is (196,112,87). Sum of RGB (Red+Green+Blue) = 196+112+87=395 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.62% from 395); Green value is 112 (44.14% from 255 or 28.35% from 395); Blue value is 87 (34.38% from 255 or 22.03% from 395); Max value from RGB is 196 - color contains mainly: red. Hex color #C47057 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47057 is #3B8FA8. Grayscale: #868686. Windows color (decimal): -3903401 or 5730500. OLE color: 5730500.

HSL color Cylindrical-coordinate representation of color #C47057: hue angle of 13.76º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C47057 is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.23.

Color convert

RGB19611287-
CMYK00.430.560.23
HSL13.76º48.02%55.49%-
HSV(B)13.76º55.61%76.86%-
XYZ30.2824.0112.06-
YUV134.27101.33172.03-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.62%
GREEN value IS 112 (44.14% from 255) = 28.35%
BLUE value IS 87 (34.38% from 255) = 22.03%
R=49.62%
G=28.35%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961128700.430.560.2313.7648.0255.49
HexC4705702B3817e3037
Octal3041601270537027166067
Binary11000100111000010101110101011111000101111110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47057; }

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

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

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

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

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

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

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

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