#C26E55

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

Shades of Japonica #C26E55

Tints of Japonica #C26E55

Color information

#C26E55 (or 0xC26E55) is unknown color: approx Japonica. HEX triplet: C2, 6E and 55. RGB value is (194,110,85). Sum of RGB (Red+Green+Blue) = 194+110+85=389 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.87% from 389); Green value is 110 (43.36% from 255 or 28.28% from 389); Blue value is 85 (33.59% from 255 or 21.85% from 389); Max value from RGB is 194 - color contains mainly: red. Hex color #C26E55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26E55 is #3D91AA. Grayscale: #848484. Windows color (decimal): -4034987 or 5598914. OLE color: 5598914.

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

Color convert

RGB19411085-
CMYK00.430.560.24
HSL13.76º47.19%54.71%-
HSV(B)13.76º56.19%76.08%-
XYZ29.4623.2811.53-
YUV132.27101.33172.03-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.87%
GREEN value IS 110 (43.36% from 255) = 28.28%
BLUE value IS 85 (33.59% from 255) = 21.85%
R=49.87%
G=28.28%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941108500.430.560.2413.7647.1954.71
HexC26E5502B3818e2f37
Octal3021561250537030165767
Binary11000010110111010101010101011111000110001110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26E55; }

 p { color: rgb(194,110,85); }

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

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

 a { background-color: rgb(194,110,85); }

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

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

 span { border-color: rgb(194,110,85); }

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