#C16F57

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

Shades of Japonica #C16F57

Tints of Japonica #C16F57

Color information

#C16F57 (or 0xC16F57) is unknown color: approx Japonica. HEX triplet: C1, 6F and 57. RGB value is (193,111,87). Sum of RGB (Red+Green+Blue) = 193+111+87=391 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.36% from 391); Green value is 111 (43.75% from 255 or 28.39% from 391); Blue value is 87 (34.38% from 255 or 22.25% from 391); Max value from RGB is 193 - color contains mainly: red. Hex color #C16F57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16F57 is #3E90A8. Grayscale: #848484. Windows color (decimal): -4100265 or 5730241. OLE color: 5730241.

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

Color convert

RGB19311187-
CMYK00.420.550.24
HSL13.58º46.09%54.9%-
HSV(B)13.58º54.92%75.69%-
XYZ29.423.3911.98-
YUV132.78102.17170.95-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 49.36%
GREEN value IS 111 (43.75% from 255) = 28.39%
BLUE value IS 87 (34.38% from 255) = 22.25%
R=49.36%
G=28.39%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931118700.420.550.2413.5846.0954.9
HexC16F5702A3718e2e37
Octal3011571270526730165667
Binary11000001110111110101110101010110111110001110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16F57; }

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

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

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

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

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

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

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

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