#C16F59

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

Shades of Japonica #C16F59

Tints of Japonica #C16F59

Color information

#C16F59 (or 0xC16F59) is unknown color: approx Japonica. HEX triplet: C1, 6F and 59. RGB value is (193,111,89). Sum of RGB (Red+Green+Blue) = 193+111+89=393 (52% of max value = 765). Red value is 193 (75.78% from 255 or 49.11% from 393); Green value is 111 (43.75% from 255 or 28.24% from 393); Blue value is 89 (35.16% from 255 or 22.65% from 393); Max value from RGB is 193 - color contains mainly: red. Hex color #C16F59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16F59 is #3E90A6. Grayscale: #858585. Windows color (decimal): -4100263 or 5861313. OLE color: 5861313.

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

Color convert

RGB19311189-
CMYK00.420.540.24
HSL12.69º45.61%55.29%-
HSV(B)12.69º53.89%75.69%-
XYZ29.4823.4312.42-
YUV133.01103.17170.79-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 49.11%
GREEN value IS 111 (43.75% from 255) = 28.24%
BLUE value IS 89 (35.16% from 255) = 22.65%
R=49.11%
G=28.24%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931118900.420.540.2412.6945.6155.29
HexC16F5902A3618d2e37
Octal3011571310526630155667
Binary11000001110111110110010101010110110110001101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16F59; }

 p { color: rgb(193,111,89); }

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

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

 a { background-color: rgb(193,111,89); }

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

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

 span { border-color: rgb(193,111,89); }

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