#c47a5b

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

Shades of Japonica #C47A5B

Tints of Japonica #C47A5B

Color information

#C47A5B (or 0xC47A5B) is unknown color: approx Japonica. HEX triplet: C4, 7A and 5B. RGB value is (196,122,91). Sum of RGB (Red+Green+Blue) = 196+122+91=409 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.92% from 409); Green value is 122 (48.05% from 255 or 29.83% from 409); Blue value is 91 (35.94% from 255 or 22.25% from 409); Max value from RGB is 196 - color contains mainly: red. Hex color #C47A5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47A5B is #3B85A4. Grayscale: #8C8C8C. Windows color (decimal): -3900837 or 5995204. OLE color: 5995204.

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

Color convert

RGB19612291-
CMYK00.380.540.23
HSL17.71º47.09%56.27%-
HSV(B)17.71º53.57%76.86%-
XYZ31.6126.4113.33-
YUV140.59100.02167.52-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.92%
GREEN value IS 122 (48.05% from 255) = 29.83%
BLUE value IS 91 (35.94% from 255) = 22.25%
R=47.92%
G=29.83%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.54
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961229100.380.540.2317.7147.0956.27
HexC47A5B0263617122f38
Octal3041721330466627225770
Binary110001001111010101101101001101101101011110010101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c47a5b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c47a5b; }

 p { color: rgb(196,122,91); }

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

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

 a { background-color: rgb(196,122,91); }

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

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

 span { border-color: rgb(196,122,91); }

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