#C26C58

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

Shades of Japonica #C26C58

Tints of Japonica #C26C58

Color information

#C26C58 (or 0xC26C58) is unknown color: approx Japonica. HEX triplet: C2, 6C and 58. RGB value is (194,108,88). Sum of RGB (Red+Green+Blue) = 194+108+88=390 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.74% from 390); Green value is 108 (42.58% from 255 or 27.69% from 390); Blue value is 88 (34.77% from 255 or 22.56% from 390); Max value from RGB is 194 - color contains mainly: red. Hex color #C26C58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26C58 is #3D93A7. Grayscale: #838383. Windows color (decimal): -4035496 or 5795010. OLE color: 5795010.

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

Color convert

RGB19410888-
CMYK00.440.550.24
HSL11.32º46.49%55.29%-
HSV(B)11.32º54.64%76.08%-
XYZ29.3722.912.1-
YUV131.43103.49172.63-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.74%
GREEN value IS 108 (42.58% from 255) = 27.69%
BLUE value IS 88 (34.77% from 255) = 22.56%
R=49.74%
G=27.69%
B=22.56%

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
Decimal1941088800.440.550.2411.3246.4955.29
HexC26C5802C3718b2e37
Octal3021541300546730135667
Binary11000010110110010110000101100110111110001011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26C58; }

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

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

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

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

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

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

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

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