#C55E59

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

Shades of Sunglo #C55E59

Tints of Sunglo #C55E59

Color information

#C55E59 (or 0xC55E59) is unknown color: approx Sunglo. HEX triplet: C5, 5E and 59. RGB value is (197,94,89). Sum of RGB (Red+Green+Blue) = 197+94+89=380 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.84% from 380); Green value is 94 (37.11% from 255 or 24.74% from 380); Blue value is 89 (35.16% from 255 or 23.42% from 380); Max value from RGB is 197 - color contains mainly: red. Hex color #C55E59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55E59 is #3AA1A6. Grayscale: #7C7C7C. Windows color (decimal): -3842471 or 5856965. OLE color: 5856965.

HSL color Cylindrical-coordinate representation of color #C55E59: hue angle of 2.78º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C55E59 is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.23.

Color convert

RGB1979489-
CMYK00.520.550.23
HSL2.78º48.21%56.08%-
HSV(B)2.78º54.82%77.25%-
XYZ28.8320.611.91-
YUV124.23108.12179.91-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 51.84%
GREEN value IS 94 (37.11% from 255) = 24.74%
BLUE value IS 89 (35.16% from 255) = 23.42%
R=51.84%
G=24.74%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.55
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197948900.520.550.232.7848.2156.08
HexC55E59034371733038
Octal305136131064672736070
Binary110001011011110101100101101001101111011111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55E59; }

 p { color: rgb(197,94,89); }

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

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

 a { background-color: rgb(197,94,89); }

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

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

 span { border-color: rgb(197,94,89); }

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