#C55F57

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

Shades of Sunglo #C55F57

Tints of Sunglo #C55F57

Color information

#C55F57 (or 0xC55F57) is unknown color: approx Sunglo. HEX triplet: C5, 5F and 57. RGB value is (197,95,87). Sum of RGB (Red+Green+Blue) = 197+95+87=379 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.98% from 379); Green value is 95 (37.5% from 255 or 25.07% from 379); Blue value is 87 (34.38% from 255 or 22.96% from 379); Max value from RGB is 197 - color contains mainly: red. Hex color #C55F57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55F57 is #3AA0A8. Grayscale: #7C7C7C. Windows color (decimal): -3842217 or 5726149. OLE color: 5726149.

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

Color convert

RGB1979587-
CMYK00.520.560.23
HSL4.36º48.67%55.69%-
HSV(B)4.36º55.84%77.25%-
XYZ28.8420.7411.5-
YUV124.59106.79179.65-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 51.98%
GREEN value IS 95 (37.5% from 255) = 25.07%
BLUE value IS 87 (34.38% from 255) = 22.96%
R=51.98%
G=25.07%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197958700.520.560.234.3648.6755.69
HexC55F57034381743138
Octal305137127064702746170
Binary1100010110111111010111011010011100010111100110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55F57; }

 p { color: rgb(197,95,87); }

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

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

 a { background-color: rgb(197,95,87); }

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

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

 span { border-color: rgb(197,95,87); }

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