#C26E58

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

Shades of Japonica #C26E58

Tints of Japonica #C26E58

Color information

#C26E58 (or 0xC26E58) is unknown color: approx Japonica. HEX triplet: C2, 6E and 58. RGB value is (194,110,88). Sum of RGB (Red+Green+Blue) = 194+110+88=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 110 (43.36% from 255 or 28.06% from 392); Blue value is 88 (34.77% from 255 or 22.45% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C26E58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26E58 is #3D91A7. Grayscale: #848484. Windows color (decimal): -4034984 or 5795522. OLE color: 5795522.

HSL color Cylindrical-coordinate representation of color #C26E58: hue angle of 12.45º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C26E58 is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB19411088-
CMYK00.430.550.24
HSL12.45º46.49%55.29%-
HSV(B)12.45º54.64%76.08%-
XYZ29.5923.3312.18-
YUV132.61102.83171.79-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.49%
GREEN value IS 110 (43.36% from 255) = 28.06%
BLUE value IS 88 (34.77% from 255) = 22.45%
R=49.49%
G=28.06%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941108800.430.550.2412.4546.4955.29
HexC26E5802B3718c2e37
Octal3021561300536730145667
Binary11000010110111010110000101011110111110001100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26E58; }

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

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

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

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

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

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

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

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