#C5715B

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

Shades of Japonica #C5715B

Tints of Japonica #C5715B

Color information

#C5715B (or 0xC5715B) is unknown color: approx Japonica. HEX triplet: C5, 71 and 5B. RGB value is (197,113,91). Sum of RGB (Red+Green+Blue) = 197+113+91=401 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.13% from 401); Green value is 113 (44.53% from 255 or 28.18% from 401); Blue value is 91 (35.94% from 255 or 22.69% from 401); Max value from RGB is 197 - color contains mainly: red. Hex color #C5715B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5715B is #3A8EA4. Grayscale: #878787. Windows color (decimal): -3837605 or 5992901. OLE color: 5992901.

HSL color Cylindrical-coordinate representation of color #C5715B: hue angle of 12.45º degrees, saturation: 0.48, 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 #C5715B is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.23.

Color convert

RGB19711391-
CMYK00.430.540.23
HSL12.45º47.75%56.47%-
HSV(B)12.45º53.81%77.25%-
XYZ30.8224.4412.99-
YUV135.61102.83171.79-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.13%
GREEN value IS 113 (44.53% from 255) = 28.18%
BLUE value IS 91 (35.94% from 255) = 22.69%
R=49.13%
G=28.18%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.54
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971139100.430.540.2312.4547.7556.47
HexC5715B02B3617c3038
Octal3051611330536627146070
Binary11000101111000110110110101011110110101111100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5715B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5715B; }

 p { color: rgb(197,113,91); }

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

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

 a { background-color: rgb(197,113,91); }

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

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

 span { border-color: rgb(197,113,91); }

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