#C17560

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

Shades of Japonica #C17560

Tints of Japonica #C17560

Color information

#C17560 (or 0xC17560) is unknown color: approx Japonica. HEX triplet: C1, 75 and 60. RGB value is (193,117,96). Sum of RGB (Red+Green+Blue) = 193+117+96=406 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.54% from 406); Green value is 117 (46.09% from 255 or 28.82% from 406); Blue value is 96 (37.89% from 255 or 23.65% from 406); Max value from RGB is 193 - color contains mainly: red. Hex color #C17560 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17560 is #3E8A9F. Grayscale: #898989. Windows color (decimal): -4098720 or 6321601. OLE color: 6321601.

HSL color Cylindrical-coordinate representation of color #C17560: hue angle of 12.99º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C17560 is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB19311796-
CMYK00.390.500.24
HSL12.99º43.89%56.67%-
HSV(B)12.99º50.26%75.69%-
XYZ30.4624.914.27-
YUV137.33104.68167.71-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.54%
GREEN value IS 117 (46.09% from 255) = 28.82%
BLUE value IS 96 (37.89% from 255) = 23.65%
R=47.54%
G=28.82%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931179600.390.500.2412.9943.8956.67
HexC175600273218d2c39
Octal3011651400476230155471
Binary11000001111010111000000100111110010110001101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17560; }

 p { color: rgb(193,117,96); }

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

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

 a { background-color: rgb(193,117,96); }

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

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

 span { border-color: rgb(193,117,96); }

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