#C55D51

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

Shades of Sunglo #C55D51

Tints of Sunglo #C55D51

Color information

#C55D51 (or 0xC55D51) is unknown color: approx Sunglo. HEX triplet: C5, 5D and 51. RGB value is (197,93,81). Sum of RGB (Red+Green+Blue) = 197+93+81=371 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.10% from 371); Green value is 93 (36.72% from 255 or 25.07% from 371); Blue value is 81 (32.03% from 255 or 21.83% from 371); Max value from RGB is 197 - color contains mainly: red. Hex color #C55D51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55D51 is #3AA2AE. Grayscale: #7A7A7A. Windows color (decimal): -3842735 or 5332421. OLE color: 5332421.

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

Color convert

RGB1979381-
CMYK00.530.590.23
HSL6.21º50%54.51%-
HSV(B)6.21º58.88%77.25%-
XYZ28.4320.2910.2-
YUV122.73104.46180.98-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 53.10%
GREEN value IS 93 (36.72% from 255) = 25.07%
BLUE value IS 81 (32.03% from 255) = 21.83%
R=53.10%
G=25.07%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.59
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197938100.530.590.236.215054.51
HexC55D510353B1763237
Octal305135121065732766267
Binary1100010110111011010001011010111101110111110110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55D51; }

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

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

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

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

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

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

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

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