#C07C59

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

Shades of Japonica #C07C59

Tints of Japonica #C07C59

Color information

#C07C59 (or 0xC07C59) is unknown color: approx Japonica. HEX triplet: C0, 7C and 59. RGB value is (192,124,89). Sum of RGB (Red+Green+Blue) = 192+124+89=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 124 (48.83% from 255 or 30.62% from 405); Blue value is 89 (35.16% from 255 or 21.98% from 405); Max value from RGB is 192 - color contains mainly: red. Hex color #C07C59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07C59 is #3F83A6. Grayscale: #8C8C8C. Windows color (decimal): -4162471 or 5864640. OLE color: 5864640.

HSL color Cylindrical-coordinate representation of color #C07C59: hue angle of 20.39º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C07C59 is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB19212489-
CMYK00.350.540.25
HSL20.39º44.98%55.1%-
HSV(B)20.39º53.65%75.29%-
XYZ30.7526.3412.92-
YUV140.3499.03164.85-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.41%
GREEN value IS 124 (48.83% from 255) = 30.62%
BLUE value IS 89 (35.16% from 255) = 21.98%
R=47.41%
G=30.62%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921248900.350.540.2520.3944.9855.1
HexC07C590233619142d37
Octal3001741310436631245567
Binary110000001111100101100101000111101101100110100101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07C59; }

 p { color: rgb(192,124,89); }

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

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

 a { background-color: rgb(192,124,89); }

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

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

 span { border-color: rgb(192,124,89); }

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