#C26E56

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

Shades of Japonica #C26E56

Tints of Japonica #C26E56

Color information

#C26E56 (or 0xC26E56) is unknown color: approx Japonica. HEX triplet: C2, 6E and 56. RGB value is (194,110,86). Sum of RGB (Red+Green+Blue) = 194+110+86=390 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.74% from 390); Green value is 110 (43.36% from 255 or 28.21% from 390); Blue value is 86 (33.98% from 255 or 22.05% from 390); Max value from RGB is 194 - color contains mainly: red. Hex color #C26E56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26E56 is #3D91A9. Grayscale: #848484. Windows color (decimal): -4034986 or 5664450. OLE color: 5664450.

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

Color convert

RGB19411086-
CMYK00.430.560.24
HSL13.33º46.96%54.9%-
HSV(B)13.33º55.67%76.08%-
XYZ29.523.2911.75-
YUV132.38101.83171.95-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.74%
GREEN value IS 110 (43.36% from 255) = 28.21%
BLUE value IS 86 (33.98% from 255) = 22.05%
R=49.74%
G=28.21%
B=22.05%

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
Decimal1941108600.430.560.2413.3346.9654.9
HexC26E5602B3818d2f37
Octal3021561260537030155767
Binary11000010110111010101100101011111000110001101101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26E56; }

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

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

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

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

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

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

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

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