#C56456

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

Shades of Sunglo #C56456

Tints of Sunglo #C56456

Color information

#C56456 (or 0xC56456) is unknown color: approx Sunglo. HEX triplet: C5, 64 and 56. RGB value is (197,100,86). Sum of RGB (Red+Green+Blue) = 197+100+86=383 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.44% from 383); Green value is 100 (39.45% from 255 or 26.11% from 383); Blue value is 86 (33.98% from 255 or 22.45% from 383); Max value from RGB is 197 - color contains mainly: red. Hex color #C56456 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56456 is #3A9BA9. Grayscale: #7F7F7F. Windows color (decimal): -3840938 or 5661893. OLE color: 5661893.

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

Color convert

RGB19710086-
CMYK00.490.560.23
HSL7.57º48.9%55.49%-
HSV(B)7.57º56.35%77.25%-
XYZ29.2621.6611.44-
YUV127.41104.64177.64-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 51.44%
GREEN value IS 100 (39.45% from 255) = 26.11%
BLUE value IS 86 (33.98% from 255) = 22.45%
R=51.44%
G=26.11%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971008600.490.560.237.5748.955.49
HexC56456031381783137
Octal3051441260617027106167
Binary11000101110010010101100110001111000101111000110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56456; }

 p { color: rgb(197,100,86); }

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

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

 a { background-color: rgb(197,100,86); }

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

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

 span { border-color: rgb(197,100,86); }

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