#C17555

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

Shades of Japonica #C17555

Tints of Japonica #C17555

Color information

#C17555 (or 0xC17555) is unknown color: approx Japonica. HEX triplet: C1, 75 and 55. RGB value is (193,117,85). Sum of RGB (Red+Green+Blue) = 193+117+85=395 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.86% from 395); Green value is 117 (46.09% from 255 or 29.62% from 395); Blue value is 85 (33.59% from 255 or 21.52% from 395); Max value from RGB is 193 - color contains mainly: red. Hex color #C17555 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17555 is #3E8AAA. Grayscale: #888888. Windows color (decimal): -4098731 or 5600705. OLE color: 5600705.

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

Color convert

RGB19311785-
CMYK00.390.560.24
HSL17.78º46.55%54.51%-
HSV(B)17.78º55.96%75.69%-
XYZ29.9924.7211.78-
YUV136.0899.18168.6-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.86%
GREEN value IS 117 (46.09% from 255) = 29.62%
BLUE value IS 85 (33.59% from 255) = 21.52%
R=48.86%
G=29.62%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931178500.390.560.2417.7846.5554.51
HexC175550273818122f37
Octal3011651250477030225767
Binary110000011110101101010101001111110001100010010101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17555; }

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

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

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

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

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

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

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

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