#C47555

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

Shades of Japonica #C47555

Tints of Japonica #C47555

Color information

#C47555 (or 0xC47555) is unknown color: approx Japonica. HEX triplet: C4, 75 and 55. RGB value is (196,117,85). Sum of RGB (Red+Green+Blue) = 196+117+85=398 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.25% from 398); Green value is 117 (46.09% from 255 or 29.40% from 398); Blue value is 85 (33.59% from 255 or 21.36% from 398); Max value from RGB is 196 - color contains mainly: red. Hex color #C47555 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47555 is #3B8AAA. Grayscale: #898989. Windows color (decimal): -3902123 or 5600708. OLE color: 5600708.

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

Color convert

RGB19611785-
CMYK00.400.570.23
HSL17.3º48.47%55.1%-
HSV(B)17.3º56.63%76.86%-
XYZ30.7725.1111.82-
YUV136.9798.67170.1-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.25%
GREEN value IS 117 (46.09% from 255) = 29.40%
BLUE value IS 85 (33.59% from 255) = 21.36%
R=49.25%
G=29.40%
B=21.36%

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
Decimal1961178500.400.570.2317.348.4755.1
HexC475550283917113037
Octal3041651250507127216067
Binary110001001110101101010101010001110011011110001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47555; }

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

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

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

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

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

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

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

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