#C17258

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

Shades of Japonica #C17258

Tints of Japonica #C17258

Color information

#C17258 (or 0xC17258) is unknown color: approx Japonica. HEX triplet: C1, 72 and 58. RGB value is (193,114,88). Sum of RGB (Red+Green+Blue) = 193+114+88=395 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.86% from 395); Green value is 114 (44.92% from 255 or 28.86% from 395); Blue value is 88 (34.77% from 255 or 22.28% from 395); Max value from RGB is 193 - color contains mainly: red. Hex color #C17258 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17258 is #3E8DA7. Grayscale: #868686. Windows color (decimal): -4099496 or 5796545. OLE color: 5796545.

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

Color convert

RGB19311488-
CMYK00.410.540.24
HSL14.86º45.85%55.1%-
HSV(B)14.86º54.4%75.69%-
XYZ29.7724.0812.31-
YUV134.66101.67169.61-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.86%
GREEN value IS 114 (44.92% from 255) = 28.86%
BLUE value IS 88 (34.77% from 255) = 22.28%
R=48.86%
G=28.86%
B=22.28%

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
Decimal1931148800.410.540.2414.8645.8555.1
HexC172580293618f2e37
Octal3011621300516630175667
Binary11000001111001010110000101001110110110001111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17258; }

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

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

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

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

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

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

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

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