#C16C54

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

Shades of Japonica #C16C54

Tints of Japonica #C16C54

Color information

#C16C54 (or 0xC16C54) is unknown color: approx Japonica. HEX triplet: C1, 6C and 54. RGB value is (193,108,84). Sum of RGB (Red+Green+Blue) = 193+108+84=385 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.13% from 385); Green value is 108 (42.58% from 255 or 28.05% from 385); Blue value is 84 (33.20% from 255 or 21.82% from 385); Max value from RGB is 193 - color contains mainly: red. Hex color #C16C54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16C54 is #3E93AB. Grayscale: #828282. Windows color (decimal): -4101036 or 5532865. OLE color: 5532865.

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

Color convert

RGB19310884-
CMYK00.440.560.24
HSL13.21º46.78%54.31%-
HSV(B)13.21º56.48%75.69%-
XYZ28.9622.711.24-
YUV130.68101.66172.45-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.13%
GREEN value IS 108 (42.58% from 255) = 28.05%
BLUE value IS 84 (33.20% from 255) = 21.82%
R=50.13%
G=28.05%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931088400.440.560.2413.2146.7854.31
HexC16C5402C3818d2f36
Octal3011541240547030155766
Binary11000001110110010101000101100111000110001101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16C54; }

 p { color: rgb(193,108,84); }

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

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

 a { background-color: rgb(193,108,84); }

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

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

 span { border-color: rgb(193,108,84); }

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