#C56155

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

Shades of Sunglo #C56155

Tints of Sunglo #C56155

Color information

#C56155 (or 0xC56155) is unknown color: approx Sunglo. HEX triplet: C5, 61 and 55. RGB value is (197,97,85). Sum of RGB (Red+Green+Blue) = 197+97+85=379 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.98% from 379); Green value is 97 (38.28% from 255 or 25.59% from 379); Blue value is 85 (33.59% from 255 or 22.43% from 379); Max value from RGB is 197 - color contains mainly: red. Hex color #C56155 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56155 is #3A9EAA. Grayscale: #7D7D7D. Windows color (decimal): -3841707 or 5595589. OLE color: 5595589.

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

Color convert

RGB1979785-
CMYK00.510.570.23
HSL6.43º49.12%55.29%-
HSV(B)6.43º56.85%77.25%-
XYZ28.9421.0811.14-
YUV125.53105.13178.98-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 51.98%
GREEN value IS 97 (38.28% from 255) = 25.59%
BLUE value IS 85 (33.59% from 255) = 22.43%
R=51.98%
G=25.59%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.57
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197978500.510.570.236.4349.1255.29
HexC56155033391763137
Octal305141125063712766167
Binary1100010111000011010101011001111100110111110110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56155; }

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

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

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

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

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

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

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

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