#C55E54

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

Shades of Sunglo #C55E54

Tints of Sunglo #C55E54

Color information

#C55E54 (or 0xC55E54) is unknown color: approx Sunglo. HEX triplet: C5, 5E and 54. RGB value is (197,94,84). Sum of RGB (Red+Green+Blue) = 197+94+84=375 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.53% from 375); Green value is 94 (37.11% from 255 or 25.07% from 375); Blue value is 84 (33.20% from 255 or 22.4% from 375); Max value from RGB is 197 - color contains mainly: red. Hex color #C55E54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55E54 is #3AA1AB. Grayscale: #7B7B7B. Windows color (decimal): -3842476 or 5529285. OLE color: 5529285.

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

Color convert

RGB1979484-
CMYK00.520.570.23
HSL5.31º49.34%55.1%-
HSV(B)5.31º57.36%77.25%-
XYZ28.6320.5210.84-
YUV123.66105.62180.31-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 52.53%
GREEN value IS 94 (37.11% from 255) = 25.07%
BLUE value IS 84 (33.20% from 255) = 22.4%
R=52.53%
G=25.07%
B=22.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.57
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197948400.520.570.235.3149.3455.1
HexC55E54034391753137
Octal305136124064712756167
Binary1100010110111101010100011010011100110111101110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55E54; }

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

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

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

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

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

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

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

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