#C06E59

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

Shades of Japonica #C06E59

Tints of Japonica #C06E59

Color information

#C06E59 (or 0xC06E59) is unknown color: approx Japonica. HEX triplet: C0, 6E and 59. RGB value is (192,110,89). Sum of RGB (Red+Green+Blue) = 192+110+89=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 110 (43.36% from 255 or 28.13% from 391); Blue value is 89 (35.16% from 255 or 22.76% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C06E59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06E59 is #3F91A6. Grayscale: #848484. Windows color (decimal): -4166055 or 5861056. OLE color: 5861056.

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

Color convert

RGB19211089-
CMYK00.430.540.25
HSL12.23º44.98%55.1%-
HSV(B)12.23º53.65%75.29%-
XYZ29.1223.0812.37-
YUV132.12103.67170.71-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 49.10%
GREEN value IS 110 (43.36% from 255) = 28.13%
BLUE value IS 89 (35.16% from 255) = 22.76%
R=49.10%
G=28.13%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921108900.430.540.2512.2344.9855.1
HexC06E5902B3619c2d37
Octal3001561310536631145567
Binary11000000110111010110010101011110110110011100101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06E59; }

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

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

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

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

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

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

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

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