#C26259

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

Shades of Sunglo #C26259

Tints of Sunglo #C26259

Color information

#C26259 (or 0xC26259) is unknown color: approx Sunglo. HEX triplet: C2, 62 and 59. RGB value is (194,98,89). Sum of RGB (Red+Green+Blue) = 194+98+89=381 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.92% from 381); Green value is 98 (38.67% from 255 or 25.72% from 381); Blue value is 89 (35.16% from 255 or 23.36% from 381); Max value from RGB is 194 - color contains mainly: red. Hex color #C26259 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26259 is #3D9DA6. Grayscale: #7D7D7D. Windows color (decimal): -4038055 or 5857986. OLE color: 5857986.

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

Color convert

RGB1949889-
CMYK00.490.540.24
HSL5.14º46.26%55.49%-
HSV(B)5.14º54.12%76.08%-
XYZ28.4220.9311.99-
YUV125.68107.3176.73-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50.92%
GREEN value IS 98 (38.67% from 255) = 25.72%
BLUE value IS 89 (35.16% from 255) = 23.36%
R=50.92%
G=25.72%
B=23.36%

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
Decimal194988900.490.540.245.1446.2655.49
HexC26259031361852e37
Octal302142131061663055667
Binary1100001011000101011001011000111011011000101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26259; }

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

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

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

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

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

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

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

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