#C16E58

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

Shades of Japonica #C16E58

Tints of Japonica #C16E58

Color information

#C16E58 (or 0xC16E58) is unknown color: approx Japonica. HEX triplet: C1, 6E and 58. RGB value is (193,110,88). Sum of RGB (Red+Green+Blue) = 193+110+88=391 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.36% from 391); Green value is 110 (43.36% from 255 or 28.13% from 391); Blue value is 88 (34.77% from 255 or 22.51% from 391); Max value from RGB is 193 - color contains mainly: red. Hex color #C16E58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16E58 is #3E91A7. Grayscale: #848484. Windows color (decimal): -4100520 or 5795521. OLE color: 5795521.

HSL color Cylindrical-coordinate representation of color #C16E58: hue angle of 12.57º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C16E58 is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB19311088-
CMYK00.430.540.24
HSL12.57º45.85%55.1%-
HSV(B)12.57º54.4%75.69%-
XYZ29.3323.1912.16-
YUV132.31103171.29-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 49.36%
GREEN value IS 110 (43.36% from 255) = 28.13%
BLUE value IS 88 (34.77% from 255) = 22.51%
R=49.36%
G=28.13%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931108800.430.540.2412.5745.8555.1
HexC16E5802B3618d2e37
Octal3011561300536630155667
Binary11000001110111010110000101011110110110001101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16E58; }

 p { color: rgb(193,110,88); }

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

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

 a { background-color: rgb(193,110,88); }

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

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

 span { border-color: rgb(193,110,88); }

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