#c55d59

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

Shades of Sunglo #C55D59

Tints of Sunglo #C55D59

Color information

#C55D59 (or 0xC55D59) is unknown color: approx Sunglo. HEX triplet: C5, 5D and 59. RGB value is (197,93,89). Sum of RGB (Red+Green+Blue) = 197+93+89=379 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.98% from 379); Green value is 93 (36.72% from 255 or 24.54% from 379); Blue value is 89 (35.16% from 255 or 23.48% from 379); Max value from RGB is 197 - color contains mainly: red. Hex color #C55D59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55D59 is #3AA2A6. Grayscale: #7B7B7B. Windows color (decimal): -3842727 or 5856709. OLE color: 5856709.

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

Color convert

RGB1979389-
CMYK00.530.550.23
HSL2.22º48.21%56.08%-
HSV(B)2.22º54.82%77.25%-
XYZ28.7420.4211.88-
YUV123.64108.46180.33-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 51.98%
GREEN value IS 93 (36.72% from 255) = 24.54%
BLUE value IS 89 (35.16% from 255) = 23.48%
R=51.98%
G=24.54%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.55
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197938900.530.550.232.2248.2156.08
HexC55D59035371723038
Octal305135131065672726070
Binary110001011011101101100101101011101111011110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c55d59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c55d59; }

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

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

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

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

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

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

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

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