#C55F51

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

Shades of Sunglo #C55F51

Tints of Sunglo #C55F51

Color information

#C55F51 (or 0xC55F51) is unknown color: approx Sunglo. HEX triplet: C5, 5F and 51. RGB value is (197,95,81). Sum of RGB (Red+Green+Blue) = 197+95+81=373 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.82% from 373); Green value is 95 (37.5% from 255 or 25.47% from 373); Blue value is 81 (32.03% from 255 or 21.72% from 373); Max value from RGB is 197 - color contains mainly: red. Hex color #C55F51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55F51 is #3AA0AE. Grayscale: #7C7C7C. Windows color (decimal): -3842223 or 5332933. OLE color: 5332933.

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

Color convert

RGB1979581-
CMYK00.520.590.23
HSL7.24º50%54.51%-
HSV(B)7.24º58.88%77.25%-
XYZ28.620.6510.26-
YUV123.9103.79180.14-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 52.82%
GREEN value IS 95 (37.5% from 255) = 25.47%
BLUE value IS 81 (32.03% from 255) = 21.72%
R=52.82%
G=25.47%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.59
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197958100.520.590.237.245054.51
HexC55F510343B1773237
Octal305137121064732776267
Binary1100010110111111010001011010011101110111111110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55F51; }

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

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

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

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

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

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

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

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