#C46056

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

Shades of Sunglo #C46056

Tints of Sunglo #C46056

Color information

#C46056 (or 0xC46056) is unknown color: approx Sunglo. HEX triplet: C4, 60 and 56. RGB value is (196,96,86). Sum of RGB (Red+Green+Blue) = 196+96+86=378 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.85% from 378); Green value is 96 (37.89% from 255 or 25.40% from 378); Blue value is 86 (33.98% from 255 or 22.75% from 378); Max value from RGB is 196 - color contains mainly: red. Hex color #C46056 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46056 is #3B9FA9. Grayscale: #7C7C7C. Windows color (decimal): -3907498 or 5660868. OLE color: 5660868.

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

Color convert

RGB1969686-
CMYK00.510.560.23
HSL5.45º48.25%55.29%-
HSV(B)5.45º56.12%76.86%-
XYZ28.6320.7711.3-
YUV124.76106.13178.81-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 51.85%
GREEN value IS 96 (37.89% from 255) = 25.40%
BLUE value IS 86 (33.98% from 255) = 22.75%
R=51.85%
G=25.40%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196968600.510.560.235.4548.2555.29
HexC46056033381753037
Octal304140126063702756067
Binary1100010011000001010110011001111100010111101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46056; }

 p { color: rgb(196,96,86); }

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

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

 a { background-color: rgb(196,96,86); }

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

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

 span { border-color: rgb(196,96,86); }

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