#C07A57

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

Shades of Japonica #C07A57

Tints of Japonica #C07A57

Color information

#C07A57 (or 0xC07A57) is unknown color: approx Japonica. HEX triplet: C0, 7A and 57. RGB value is (192,122,87). Sum of RGB (Red+Green+Blue) = 192+122+87=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 122 (48.05% from 255 or 30.42% from 401); Blue value is 87 (34.38% from 255 or 21.70% from 401); Max value from RGB is 192 - color contains mainly: red. Hex color #C07A57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07A57 is #3F85A8. Grayscale: #8B8B8B. Windows color (decimal): -4162985 or 5733056. OLE color: 5733056.

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

Color convert

RGB19212287-
CMYK00.360.550.25
HSL20º45.45%54.71%-
HSV(B)20º54.69%75.29%-
XYZ30.4225.8112.4-
YUV138.9498.69165.85-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.88%
GREEN value IS 122 (48.05% from 255) = 30.42%
BLUE value IS 87 (34.38% from 255) = 21.70%
R=47.88%
G=30.42%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921228700.360.550.252045.4554.71
HexC07A570243719142d37
Octal3001721270446731245567
Binary110000001111010101011101001001101111100110100101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07A57; }

 p { color: rgb(192,122,87); }

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

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

 a { background-color: rgb(192,122,87); }

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

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

 span { border-color: rgb(192,122,87); }

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