#C3715B

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

Shades of Japonica #C3715B

Tints of Japonica #C3715B

Color information

#C3715B (or 0xC3715B) is unknown color: approx Japonica. HEX triplet: C3, 71 and 5B. RGB value is (195,113,91). Sum of RGB (Red+Green+Blue) = 195+113+91=399 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.87% from 399); Green value is 113 (44.53% from 255 or 28.32% from 399); Blue value is 91 (35.94% from 255 or 22.81% from 399); Max value from RGB is 195 - color contains mainly: red. Hex color #C3715B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3715B is #3C8EA4. Grayscale: #878787. Windows color (decimal): -3968677 or 5992899. OLE color: 5992899.

HSL color Cylindrical-coordinate representation of color #C3715B: hue angle of 12.69º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C3715B is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB19511391-
CMYK00.420.530.24
HSL12.69º46.43%56.08%-
HSV(B)12.69º53.33%76.47%-
XYZ30.324.1712.97-
YUV135.01103.17170.79-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.87%
GREEN value IS 113 (44.53% from 255) = 28.32%
BLUE value IS 91 (35.94% from 255) = 22.81%
R=48.87%
G=28.32%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951139100.420.530.2412.6946.4356.08
HexC3715B02A3518d2e38
Octal3031611330526530155670
Binary11000011111000110110110101010110101110001101101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3715B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3715B; }

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

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

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

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

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

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

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

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