#C56158

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

Shades of Sunglo #C56158

Tints of Sunglo #C56158

Color information

#C56158 (or 0xC56158) is unknown color: approx Sunglo. HEX triplet: C5, 61 and 58. RGB value is (197,97,88). Sum of RGB (Red+Green+Blue) = 197+97+88=382 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.57% from 382); Green value is 97 (38.28% from 255 or 25.39% from 382); Blue value is 88 (34.77% from 255 or 23.04% from 382); Max value from RGB is 197 - color contains mainly: red. Hex color #C56158 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56158 is #3A9EA7. Grayscale: #7E7E7E. Windows color (decimal): -3841704 or 5792197. OLE color: 5792197.

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

Color convert

RGB1979788-
CMYK00.510.550.23
HSL4.95º48.44%55.88%-
HSV(B)4.95º55.33%77.25%-
XYZ29.0621.1211.78-
YUV125.87106.63178.73-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 51.57%
GREEN value IS 97 (38.28% from 255) = 25.39%
BLUE value IS 88 (34.77% from 255) = 23.04%
R=51.57%
G=25.39%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.55
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197978800.510.550.234.9548.4455.88
HexC56158033371753038
Octal305141130063672756070
Binary1100010111000011011000011001111011110111101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56158; }

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

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

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

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

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

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

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

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