#C47963

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

Shades of Japonica #C47963

Tints of Japonica #C47963

Color information

#C47963 (or 0xC47963) is unknown color: approx Japonica. HEX triplet: C4, 79 and 63. RGB value is (196,121,99). Sum of RGB (Red+Green+Blue) = 196+121+99=416 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.12% from 416); Green value is 121 (47.66% from 255 or 29.09% from 416); Blue value is 99 (39.06% from 255 or 23.80% from 416); Max value from RGB is 196 - color contains mainly: red. Hex color #C47963 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47963 is #3B869C. Grayscale: #8D8D8D. Windows color (decimal): -3901085 or 6519236. OLE color: 6519236.

HSL color Cylindrical-coordinate representation of color #C47963: hue angle of 13.61º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C47963 is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.23.

Color convert

RGB19612199-
CMYK00.380.490.23
HSL13.61º45.12%57.84%-
HSV(B)13.61º49.49%76.86%-
XYZ31.8526.3115.2-
YUV140.92104.35167.29-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.12%
GREEN value IS 121 (47.66% from 255) = 29.09%
BLUE value IS 99 (39.06% from 255) = 23.80%
R=47.12%
G=29.09%
B=23.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.49
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961219900.380.490.2313.6145.1257.84
HexC479630263117e2d3a
Octal3041711430466127165572
Binary11000100111100111000110100110110001101111110101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47963; }

 p { color: rgb(196,121,99); }

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

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

 a { background-color: rgb(196,121,99); }

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

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

 span { border-color: rgb(196,121,99); }

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