#C5725C

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

Shades of Japonica #C5725C

Tints of Japonica #C5725C

Color information

#C5725C (or 0xC5725C) is unknown color: approx Japonica. HEX triplet: C5, 72 and 5C. RGB value is (197,114,92). Sum of RGB (Red+Green+Blue) = 197+114+92=403 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.88% from 403); Green value is 114 (44.92% from 255 or 28.29% from 403); Blue value is 92 (36.33% from 255 or 22.83% from 403); Max value from RGB is 197 - color contains mainly: red. Hex color #C5725C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5725C is #3A8DA3. Grayscale: #888888. Windows color (decimal): -3837348 or 6058693. OLE color: 6058693.

HSL color Cylindrical-coordinate representation of color #C5725C: hue angle of 12.57º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C5725C is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB19711492-
CMYK00.420.530.23
HSL12.57º47.51%56.67%-
HSV(B)12.57º53.3%77.25%-
XYZ30.9824.6813.26-
YUV136.31103171.29-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.88%
GREEN value IS 114 (44.92% from 255) = 28.29%
BLUE value IS 92 (36.33% from 255) = 22.83%
R=48.88%
G=28.29%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.53
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971149200.420.530.2312.5747.5156.67
HexC5725C02A3517d3039
Octal3051621340526527156071
Binary11000101111001010111000101010110101101111101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5725C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5725C; }

 p { color: rgb(197,114,92); }

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

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

 a { background-color: rgb(197,114,92); }

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

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

 span { border-color: rgb(197,114,92); }

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