#C26258

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

Shades of Sunglo #C26258

Tints of Sunglo #C26258

Color information

#C26258 (or 0xC26258) is unknown color: approx Sunglo. HEX triplet: C2, 62 and 58. RGB value is (194,98,88). Sum of RGB (Red+Green+Blue) = 194+98+88=380 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.05% from 380); Green value is 98 (38.67% from 255 or 25.79% from 380); Blue value is 88 (34.77% from 255 or 23.16% from 380); Max value from RGB is 194 - color contains mainly: red. Hex color #C26258 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26258 is #3D9DA7. Grayscale: #7D7D7D. Windows color (decimal): -4038056 or 5792450. OLE color: 5792450.

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

Color convert

RGB1949888-
CMYK00.490.550.24
HSL5.66º46.49%55.29%-
HSV(B)5.66º54.64%76.08%-
XYZ28.3820.9111.77-
YUV125.56106.8176.81-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 51.05%
GREEN value IS 98 (38.67% from 255) = 25.79%
BLUE value IS 88 (34.77% from 255) = 23.16%
R=51.05%
G=25.79%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194988800.490.550.245.6646.4955.29
HexC26258031371862e37
Octal302142130061673065667
Binary1100001011000101011000011000111011111000110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26258; }

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

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

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

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

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

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

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

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