#C26359

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

Shades of Sunglo #C26359

Tints of Sunglo #C26359

Color information

#C26359 (or 0xC26359) is unknown color: approx Sunglo. HEX triplet: C2, 63 and 59. RGB value is (194,99,89). Sum of RGB (Red+Green+Blue) = 194+99+89=382 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.79% from 382); Green value is 99 (39.06% from 255 or 25.92% from 382); Blue value is 89 (35.16% from 255 or 23.30% from 382); Max value from RGB is 194 - color contains mainly: red. Hex color #C26359 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26359 is #3D9CA6. Grayscale: #7E7E7E. Windows color (decimal): -4037799 or 5858242. OLE color: 5858242.

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

Color convert

RGB1949989-
CMYK00.490.540.24
HSL5.71º46.26%55.49%-
HSV(B)5.71º54.12%76.08%-
XYZ28.5121.1112.02-
YUV126.26106.97176.31-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50.79%
GREEN value IS 99 (39.06% from 255) = 25.92%
BLUE value IS 89 (35.16% from 255) = 23.30%
R=50.79%
G=25.92%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194998900.490.540.245.7146.2655.49
HexC26359031361862e37
Octal302143131061663065667
Binary1100001011000111011001011000111011011000110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26359; }

 p { color: rgb(194,99,89); }

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

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

 a { background-color: rgb(194,99,89); }

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

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

 span { border-color: rgb(194,99,89); }

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