#C06E56

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

Shades of Japonica #C06E56

Tints of Japonica #C06E56

Color information

#C06E56 (or 0xC06E56) is unknown color: approx Japonica. HEX triplet: C0, 6E and 56. RGB value is (192,110,86). Sum of RGB (Red+Green+Blue) = 192+110+86=388 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.48% from 388); Green value is 110 (43.36% from 255 or 28.35% from 388); Blue value is 86 (33.98% from 255 or 22.16% from 388); Max value from RGB is 192 - color contains mainly: red. Hex color #C06E56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06E56 is #3F91A9. Grayscale: #838383. Windows color (decimal): -4166058 or 5664448. OLE color: 5664448.

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

Color convert

RGB19211086-
CMYK00.430.550.25
HSL13.58º45.69%54.51%-
HSV(B)13.58º55.21%75.29%-
XYZ28.9923.0311.72-
YUV131.78102.17170.95-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 49.48%
GREEN value IS 110 (43.36% from 255) = 28.35%
BLUE value IS 86 (33.98% from 255) = 22.16%
R=49.48%
G=28.35%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921108600.430.550.2513.5845.6954.51
HexC06E5602B3719e2e37
Octal3001561260536731165667
Binary11000000110111010101100101011110111110011110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06E56; }

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

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

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

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

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

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

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

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