#C56855

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

Shades of Sunglo #C56855

Tints of Sunglo #C56855

Color information

#C56855 (or 0xC56855) is unknown color: approx Sunglo. HEX triplet: C5, 68 and 55. RGB value is (197,104,85). Sum of RGB (Red+Green+Blue) = 197+104+85=386 (51% of max value = 765). Red value is 197 (77.34% from 255 or 51.04% from 386); Green value is 104 (41.02% from 255 or 26.94% from 386); Blue value is 85 (33.59% from 255 or 22.02% from 386); Max value from RGB is 197 - color contains mainly: red. Hex color #C56855 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56855 is #3A97AA. Grayscale: #818181. Windows color (decimal): -3839915 or 5597381. OLE color: 5597381.

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

Color convert

RGB19710485-
CMYK00.470.570.23
HSL10.18º49.12%55.29%-
HSV(B)10.18º56.85%77.25%-
XYZ29.6222.4311.36-
YUV129.64102.81176.04-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 51.04%
GREEN value IS 104 (41.02% from 255) = 26.94%
BLUE value IS 85 (33.59% from 255) = 22.02%
R=51.04%
G=26.94%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.57
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971048500.470.570.2310.1849.1255.29
HexC5685502F3917a3137
Octal3051501250577127126167
Binary11000101110100010101010101111111001101111010110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56855; }

 p { color: rgb(197,104,85); }

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

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

 a { background-color: rgb(197,104,85); }

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

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

 span { border-color: rgb(197,104,85); }

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