#C47561

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

Shades of Japonica #C47561

Tints of Japonica #C47561

Color information

#C47561 (or 0xC47561) is unknown color: approx Japonica. HEX triplet: C4, 75 and 61. RGB value is (196,117,97). Sum of RGB (Red+Green+Blue) = 196+117+97=410 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.80% from 410); Green value is 117 (46.09% from 255 or 28.54% from 410); Blue value is 97 (38.28% from 255 or 23.66% from 410); Max value from RGB is 196 - color contains mainly: red. Hex color #C47561 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47561 is #3B8A9E. Grayscale: #8A8A8A. Windows color (decimal): -3902111 or 6387140. OLE color: 6387140.

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

Color convert

RGB19611797-
CMYK00.400.510.23
HSL12.12º45.62%57.45%-
HSV(B)12.12º50.51%76.86%-
XYZ31.2825.3214.55-
YUV138.34104.67169.13-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.80%
GREEN value IS 117 (46.09% from 255) = 28.54%
BLUE value IS 97 (38.28% from 255) = 23.66%
R=47.80%
G=28.54%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961179700.400.510.2312.1245.6257.45
HexC475610283317c2e39
Octal3041651410506327145671
Binary11000100111010111000010101000110011101111100101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47561; }

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

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

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

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

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

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

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

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