#C55F53

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

Shades of Sunglo #C55F53

Tints of Sunglo #C55F53

Color information

#C55F53 (or 0xC55F53) is unknown color: approx Sunglo. HEX triplet: C5, 5F and 53. RGB value is (197,95,83). Sum of RGB (Red+Green+Blue) = 197+95+83=375 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.53% from 375); Green value is 95 (37.5% from 255 or 25.33% from 375); Blue value is 83 (32.81% from 255 or 22.13% from 375); Max value from RGB is 197 - color contains mainly: red. Hex color #C55F53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55F53 is #3AA0AC. Grayscale: #7C7C7C. Windows color (decimal): -3842221 or 5464005. OLE color: 5464005.

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

Color convert

RGB1979583-
CMYK00.520.580.23
HSL6.32º49.57%54.9%-
HSV(B)6.32º57.87%77.25%-
XYZ28.6820.6810.66-
YUV124.13104.79179.98-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 52.53%
GREEN value IS 95 (37.5% from 255) = 25.33%
BLUE value IS 83 (32.81% from 255) = 22.13%
R=52.53%
G=25.33%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.58
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197958300.520.580.236.3249.5754.9
HexC55F530343A1763237
Octal305137123064722766267
Binary1100010110111111010011011010011101010111110110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55F53; }

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

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

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

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

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

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

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

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