#C47556

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

Shades of Japonica #C47556

Tints of Japonica #C47556

Color information

#C47556 (or 0xC47556) is unknown color: approx Japonica. HEX triplet: C4, 75 and 56. RGB value is (196,117,86). Sum of RGB (Red+Green+Blue) = 196+117+86=399 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.12% from 399); Green value is 117 (46.09% from 255 or 29.32% from 399); Blue value is 86 (33.98% from 255 or 21.55% from 399); Max value from RGB is 196 - color contains mainly: red. Hex color #C47556 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47556 is #3B8AA9. Grayscale: #898989. Windows color (decimal): -3902122 or 5666244. OLE color: 5666244.

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

Color convert

RGB19611786-
CMYK00.400.560.23
HSL16.91º48.25%55.29%-
HSV(B)16.91º56.12%76.86%-
XYZ30.8125.1312.03-
YUV137.0999.17170.02-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.12%
GREEN value IS 117 (46.09% from 255) = 29.32%
BLUE value IS 86 (33.98% from 255) = 21.55%
R=49.12%
G=29.32%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961178600.400.560.2316.9148.2555.29
HexC475560283817113037
Octal3041651260507027216067
Binary110001001110101101011001010001110001011110001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47556; }

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

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

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

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

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

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

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

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