#C47655

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

Shades of Japonica #C47655

Tints of Japonica #C47655

Color information

#C47655 (or 0xC47655) is unknown color: approx Japonica. HEX triplet: C4, 76 and 55. RGB value is (196,118,85). Sum of RGB (Red+Green+Blue) = 196+118+85=399 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.12% from 399); Green value is 118 (46.48% from 255 or 29.57% from 399); Blue value is 85 (33.59% from 255 or 21.30% from 399); Max value from RGB is 196 - color contains mainly: red. Hex color #C47655 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47655 is #3B89AA. Grayscale: #898989. Windows color (decimal): -3901867 or 5600964. OLE color: 5600964.

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

Color convert

RGB19611885-
CMYK00.400.570.23
HSL17.84º48.47%55.1%-
HSV(B)17.84º56.63%76.86%-
XYZ30.8825.3511.86-
YUV137.5698.34169.68-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.12%
GREEN value IS 118 (46.48% from 255) = 29.57%
BLUE value IS 85 (33.59% from 255) = 21.30%
R=49.12%
G=29.57%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.57
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961188500.400.570.2317.8448.4755.1
HexC476550283917123037
Octal3041661250507127226067
Binary110001001110110101010101010001110011011110010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47655; }

 p { color: rgb(196,118,85); }

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

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

 a { background-color: rgb(196,118,85); }

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

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

 span { border-color: rgb(196,118,85); }

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