#C47457

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

Shades of Japonica #C47457

Tints of Japonica #C47457

Color information

#C47457 (or 0xC47457) is unknown color: approx Japonica. HEX triplet: C4, 74 and 57. RGB value is (196,116,87). Sum of RGB (Red+Green+Blue) = 196+116+87=399 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.12% from 399); Green value is 116 (45.70% from 255 or 29.07% from 399); Blue value is 87 (34.38% from 255 or 21.80% from 399); Max value from RGB is 196 - color contains mainly: red. Hex color #C47457 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47457 is #3B8BA8. Grayscale: #888888. Windows color (decimal): -3902377 or 5731524. OLE color: 5731524.

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

Color convert

RGB19611687-
CMYK00.410.560.23
HSL15.96º48.02%55.49%-
HSV(B)15.96º55.61%76.86%-
XYZ30.7324.9112.21-
YUV136.61100170.36-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.12%
GREEN value IS 116 (45.70% from 255) = 29.07%
BLUE value IS 87 (34.38% from 255) = 21.80%
R=49.12%
G=29.07%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961168700.410.560.2315.9648.0255.49
HexC474570293817103037
Octal3041641270517027206067
Binary110001001110100101011101010011110001011110000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47457; }

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

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

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

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

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

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

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

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