#C56650

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

Shades of Sunglo #C56650

Tints of Sunglo #C56650

Color information

#C56650 (or 0xC56650) is unknown color: approx Sunglo. HEX triplet: C5, 66 and 50. RGB value is (197,102,80). Sum of RGB (Red+Green+Blue) = 197+102+80=379 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.98% from 379); Green value is 102 (40.23% from 255 or 26.91% from 379); Blue value is 80 (31.64% from 255 or 21.11% from 379); Max value from RGB is 197 - color contains mainly: red. Hex color #C56650 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56650 is #3A99AF. Grayscale: #808080. Windows color (decimal): -3840432 or 5269189. OLE color: 5269189.

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

Color convert

RGB19710280-
CMYK00.480.590.23
HSL11.28º50.21%54.31%-
HSV(B)11.28º59.39%77.25%-
XYZ29.2321.9510.29-
YUV127.9100.97177.29-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 51.98%
GREEN value IS 102 (40.23% from 255) = 26.91%
BLUE value IS 80 (31.64% from 255) = 21.11%
R=51.98%
G=26.91%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.59
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971028000.480.590.2311.2850.2154.31
HexC566500303B17b3236
Octal3051461200607327136266
Binary11000101110011010100000110000111011101111011110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56650; }

 p { color: rgb(197,102,80); }

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

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

 a { background-color: rgb(197,102,80); }

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

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

 span { border-color: rgb(197,102,80); }

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