#C17059

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

Shades of Japonica #C17059

Tints of Japonica #C17059

Color information

#C17059 (or 0xC17059) is unknown color: approx Japonica. HEX triplet: C1, 70 and 59. RGB value is (193,112,89). Sum of RGB (Red+Green+Blue) = 193+112+89=394 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.98% from 394); Green value is 112 (44.14% from 255 or 28.43% from 394); Blue value is 89 (35.16% from 255 or 22.59% from 394); Max value from RGB is 193 - color contains mainly: red. Hex color #C17059 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17059 is #3E8FA6. Grayscale: #858585. Windows color (decimal): -4100007 or 5861569. OLE color: 5861569.

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

Color convert

RGB19311289-
CMYK00.420.540.24
HSL13.27º45.61%55.29%-
HSV(B)13.27º53.89%75.69%-
XYZ29.5923.6512.46-
YUV133.6102.84170.37-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.98%
GREEN value IS 112 (44.14% from 255) = 28.43%
BLUE value IS 89 (35.16% from 255) = 22.59%
R=48.98%
G=28.43%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931128900.420.540.2413.2745.6155.29
HexC1705902A3618d2e37
Octal3011601310526630155667
Binary11000001111000010110010101010110110110001101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17059; }

 p { color: rgb(193,112,89); }

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

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

 a { background-color: rgb(193,112,89); }

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

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

 span { border-color: rgb(193,112,89); }

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