#C3725E

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

Shades of Japonica #C3725E

Tints of Japonica #C3725E

Color information

#C3725E (or 0xC3725E) is unknown color: approx Japonica. HEX triplet: C3, 72 and 5E. RGB value is (195,114,94). Sum of RGB (Red+Green+Blue) = 195+114+94=403 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.39% from 403); Green value is 114 (44.92% from 255 or 28.29% from 403); Blue value is 94 (37.11% from 255 or 23.33% from 403); Max value from RGB is 195 - color contains mainly: red. Hex color #C3725E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3725E is #3C8DA1. Grayscale: #888888. Windows color (decimal): -3968418 or 6189763. OLE color: 6189763.

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

Color convert

RGB19511494-
CMYK00.420.520.24
HSL11.88º45.7%56.67%-
HSV(B)11.88º51.79%76.47%-
XYZ30.5424.4413.7-
YUV135.94104.34170.13-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.39%
GREEN value IS 114 (44.92% from 255) = 28.29%
BLUE value IS 94 (37.11% from 255) = 23.33%
R=48.39%
G=28.29%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951149400.420.520.2411.8845.756.67
HexC3725E02A3418c2e39
Octal3031621360526430145671
Binary11000011111001010111100101010110100110001100101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3725E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3725E; }

 p { color: rgb(195,114,94); }

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

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

 a { background-color: rgb(195,114,94); }

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

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

 span { border-color: rgb(195,114,94); }

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