#C07259

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

Shades of Japonica #C07259

Tints of Japonica #C07259

Color information

#C07259 (or 0xC07259) is unknown color: approx Japonica. HEX triplet: C0, 72 and 59. RGB value is (192,114,89). Sum of RGB (Red+Green+Blue) = 192+114+89=395 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.61% from 395); Green value is 114 (44.92% from 255 or 28.86% from 395); Blue value is 89 (35.16% from 255 or 22.53% from 395); Max value from RGB is 192 - color contains mainly: red. Hex color #C07259 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07259 is #3F8DA6. Grayscale: #868686. Windows color (decimal): -4165031 or 5862080. OLE color: 5862080.

HSL color Cylindrical-coordinate representation of color #C07259: hue angle of 14.56º 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 #C07259 is Cyan = 0, Magento = 0.41, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB19211489-
CMYK00.410.540.25
HSL14.56º44.98%55.1%-
HSV(B)14.56º53.65%75.29%-
XYZ29.5623.9612.52-
YUV134.47102.34169.03-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.61%
GREEN value IS 114 (44.92% from 255) = 28.86%
BLUE value IS 89 (35.16% from 255) = 22.53%
R=48.61%
G=28.86%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921148900.410.540.2514.5644.9855.1
HexC072590293619f2d37
Octal3001621310516631175567
Binary11000000111001010110010101001110110110011111101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07259; }

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

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

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

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

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

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

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

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