#C56558

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

Shades of Sunglo #C56558

Tints of Sunglo #C56558

Color information

#C56558 (or 0xC56558) is unknown color: approx Sunglo. HEX triplet: C5, 65 and 58. RGB value is (197,101,88). Sum of RGB (Red+Green+Blue) = 197+101+88=386 (51% of max value = 765). Red value is 197 (77.34% from 255 or 51.04% from 386); Green value is 101 (39.84% from 255 or 26.17% from 386); Blue value is 88 (34.77% from 255 or 22.80% from 386); Max value from RGB is 197 - color contains mainly: red. Hex color #C56558 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56558 is #3A9AA7. Grayscale: #808080. Windows color (decimal): -3840680 or 5793221. OLE color: 5793221.

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

Color convert

RGB19710188-
CMYK00.490.550.23
HSL7.16º48.44%55.88%-
HSV(B)7.16º55.33%77.25%-
XYZ29.4421.8811.9-
YUV128.22105.3177.06-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 51.04%
GREEN value IS 101 (39.84% from 255) = 26.17%
BLUE value IS 88 (34.77% from 255) = 22.80%
R=51.04%
G=26.17%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.55
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971018800.490.550.237.1648.4455.88
HexC56558031371773038
Octal305145130061672776070
Binary1100010111001011011000011000111011110111111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56558; }

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

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

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

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

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

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

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

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