#C25F58

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

Shades of Sunglo #C25F58

Tints of Sunglo #C25F58

Color information

#C25F58 (or 0xC25F58) is unknown color: approx Sunglo. HEX triplet: C2, 5F and 58. RGB value is (194,95,88). Sum of RGB (Red+Green+Blue) = 194+95+88=377 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.46% from 377); Green value is 95 (37.5% from 255 or 25.20% from 377); Blue value is 88 (34.77% from 255 or 23.34% from 377); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25F58 is #3DA0A7. Grayscale: #7B7B7B. Windows color (decimal): -4038824 or 5791682. OLE color: 5791682.

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

Color convert

RGB1949588-
CMYK00.510.550.24
HSL3.96º46.49%55.29%-
HSV(B)3.96º54.64%76.08%-
XYZ28.120.3611.68-
YUV123.8107.8178.07-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 51.46%
GREEN value IS 95 (37.5% from 255) = 25.20%
BLUE value IS 88 (34.77% from 255) = 23.34%
R=51.46%
G=25.20%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194958800.510.550.243.9646.4955.29
HexC25F58033371842e37
Octal302137130063673045667
Binary1100001010111111011000011001111011111000100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25F58; }

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

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

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

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

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

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

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

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