#C56755

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

Shades of Sunglo #C56755

Tints of Sunglo #C56755

Color information

#C56755 (or 0xC56755) is unknown color: approx Sunglo. HEX triplet: C5, 67 and 55. RGB value is (197,103,85). Sum of RGB (Red+Green+Blue) = 197+103+85=385 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.17% from 385); Green value is 103 (40.62% from 255 or 26.75% from 385); Blue value is 85 (33.59% from 255 or 22.08% from 385); Max value from RGB is 197 - color contains mainly: red. Hex color #C56755 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56755 is #3A98AA. Grayscale: #818181. Windows color (decimal): -3840171 or 5597125. OLE color: 5597125.

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

Color convert

RGB19710385-
CMYK00.480.570.23
HSL9.64º49.12%55.29%-
HSV(B)9.64º56.85%77.25%-
XYZ29.5222.2311.33-
YUV129.05103.14176.46-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 51.17%
GREEN value IS 103 (40.62% from 255) = 26.75%
BLUE value IS 85 (33.59% from 255) = 22.08%
R=51.17%
G=26.75%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.57
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971038500.480.570.239.6449.1255.29
HexC567550303917a3137
Octal3051471250607127126167
Binary11000101110011110101010110000111001101111010110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56755; }

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

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

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

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

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

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

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

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