#C17158

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

Shades of Japonica #C17158

Tints of Japonica #C17158

Color information

#C17158 (or 0xC17158) is unknown color: approx Japonica. HEX triplet: C1, 71 and 58. RGB value is (193,113,88). Sum of RGB (Red+Green+Blue) = 193+113+88=394 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.98% from 394); Green value is 113 (44.53% from 255 or 28.68% from 394); Blue value is 88 (34.77% from 255 or 22.34% from 394); Max value from RGB is 193 - color contains mainly: red. Hex color #C17158 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17158 is #3E8EA7. Grayscale: #868686. Windows color (decimal): -4099752 or 5796289. OLE color: 5796289.

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

Color convert

RGB19311388-
CMYK00.410.540.24
HSL14.29º45.85%55.1%-
HSV(B)14.29º54.4%75.69%-
XYZ29.6623.8512.27-
YUV134.07102170.03-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.98%
GREEN value IS 113 (44.53% from 255) = 28.68%
BLUE value IS 88 (34.77% from 255) = 22.34%
R=48.98%
G=28.68%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931138800.410.540.2414.2945.8555.1
HexC171580293618e2e37
Octal3011611300516630165667
Binary11000001111000110110000101001110110110001110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17158; }

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

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

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

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

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

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

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

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