#C26D59

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

Shades of Japonica #C26D59

Tints of Japonica #C26D59

Color information

#C26D59 (or 0xC26D59) is unknown color: approx Japonica. HEX triplet: C2, 6D and 59. RGB value is (194,109,89). Sum of RGB (Red+Green+Blue) = 194+109+89=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 109 (42.97% from 255 or 27.81% from 392); Blue value is 89 (35.16% from 255 or 22.70% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C26D59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26D59 is #3D92A6. Grayscale: #848484. Windows color (decimal): -4035239 or 5860802. OLE color: 5860802.

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

Color convert

RGB19410989-
CMYK00.440.540.24
HSL11.43º46.26%55.49%-
HSV(B)11.43º54.12%76.08%-
XYZ29.5223.1312.36-
YUV132.14103.66172.13-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.49%
GREEN value IS 109 (42.97% from 255) = 27.81%
BLUE value IS 89 (35.16% from 255) = 22.70%
R=49.49%
G=27.81%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941098900.440.540.2411.4346.2655.49
HexC26D5902C3618b2e37
Octal3021551310546630135667
Binary11000010110110110110010101100110110110001011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26D59; }

 p { color: rgb(194,109,89); }

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

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

 a { background-color: rgb(194,109,89); }

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

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

 span { border-color: rgb(194,109,89); }

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