#C17155

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

Shades of Japonica #C17155

Tints of Japonica #C17155

Color information

#C17155 (or 0xC17155) is unknown color: approx Japonica. HEX triplet: C1, 71 and 55. RGB value is (193,113,85). Sum of RGB (Red+Green+Blue) = 193+113+85=391 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.36% from 391); Green value is 113 (44.53% from 255 or 28.90% from 391); Blue value is 85 (33.59% from 255 or 21.74% from 391); Max value from RGB is 193 - color contains mainly: red. Hex color #C17155 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17155 is #3E8EAA. Grayscale: #858585. Windows color (decimal): -4099755 or 5599681. OLE color: 5599681.

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

Color convert

RGB19311385-
CMYK00.410.560.24
HSL15.56º46.55%54.51%-
HSV(B)15.56º55.96%75.69%-
XYZ29.5423.811.63-
YUV133.73100.5170.28-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 49.36%
GREEN value IS 113 (44.53% from 255) = 28.90%
BLUE value IS 85 (33.59% from 255) = 21.74%
R=49.36%
G=28.90%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931138500.410.560.2415.5646.5554.51
HexC171550293818102f37
Octal3011611250517030205767
Binary110000011110001101010101010011110001100010000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17155; }

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

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

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

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

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

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

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

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