#C0725E

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

Shades of Japonica #C0725E

Tints of Japonica #C0725E

Color information

#C0725E (or 0xC0725E) is unknown color: approx Japonica. HEX triplet: C0, 72 and 5E. RGB value is (192,114,94). Sum of RGB (Red+Green+Blue) = 192+114+94=400 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48% from 400); Green value is 114 (44.92% from 255 or 28.5% from 400); Blue value is 94 (37.11% from 255 or 23.5% from 400); Max value from RGB is 192 - color contains mainly: red. Hex color #C0725E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0725E is #3F8DA1. Grayscale: #878787. Windows color (decimal): -4165026 or 6189760. OLE color: 6189760.

HSL color Cylindrical-coordinate representation of color #C0725E: hue angle of 12.24º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C0725E is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB19211494-
CMYK00.410.510.25
HSL12.24º43.75%56.08%-
HSV(B)12.24º51.04%75.29%-
XYZ29.7824.0513.66-
YUV135.04104.84168.63-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48%
GREEN value IS 114 (44.92% from 255) = 28.5%
BLUE value IS 94 (37.11% from 255) = 23.5%
R=48%
G=28.5%
B=23.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921149400.410.510.2512.2443.7556.08
HexC0725E0293319c2c38
Octal3001621360516331145470
Binary11000000111001010111100101001110011110011100101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0725E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0725E; }

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

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

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

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

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

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

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

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