#C26D58

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

Shades of Japonica #C26D58

Tints of Japonica #C26D58

Color information

#C26D58 (or 0xC26D58) is unknown color: approx Japonica. HEX triplet: C2, 6D and 58. RGB value is (194,109,88). Sum of RGB (Red+Green+Blue) = 194+109+88=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 109 (42.97% from 255 or 27.88% from 391); Blue value is 88 (34.77% from 255 or 22.51% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C26D58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26D58 is #3D92A7. Grayscale: #848484. Windows color (decimal): -4035240 or 5795266. OLE color: 5795266.

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

Color convert

RGB19410988-
CMYK00.440.550.24
HSL11.89º46.49%55.29%-
HSV(B)11.89º54.64%76.08%-
XYZ29.4823.1112.14-
YUV132.02103.16172.21-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.62%
GREEN value IS 109 (42.97% from 255) = 27.88%
BLUE value IS 88 (34.77% from 255) = 22.51%
R=49.62%
G=27.88%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941098800.440.550.2411.8946.4955.29
HexC26D5802C3718c2e37
Octal3021551300546730145667
Binary11000010110110110110000101100110111110001100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26D58; }

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

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

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

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

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

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

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

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