#C46256

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

Shades of Sunglo #C46256

Tints of Sunglo #C46256

Color information

#C46256 (or 0xC46256) is unknown color: approx Sunglo. HEX triplet: C4, 62 and 56. RGB value is (196,98,86). Sum of RGB (Red+Green+Blue) = 196+98+86=380 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.58% from 380); Green value is 98 (38.67% from 255 or 25.79% from 380); Blue value is 86 (33.98% from 255 or 22.63% from 380); Max value from RGB is 196 - color contains mainly: red. Hex color #C46256 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46256 is #3B9DA9. Grayscale: #7E7E7E. Windows color (decimal): -3906986 or 5661380. OLE color: 5661380.

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

Color convert

RGB1969886-
CMYK00.50.560.23
HSL6.55º48.25%55.29%-
HSV(B)6.55º56.12%76.86%-
XYZ28.8121.1411.37-
YUV125.93105.47177.98-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 51.58%
GREEN value IS 98 (38.67% from 255) = 25.79%
BLUE value IS 86 (33.98% from 255) = 22.63%
R=51.58%
G=25.79%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196988600.50.560.236.5548.2555.29
HexC46256032381773037
Octal304142126062702776067
Binary1100010011000101010110011001011100010111111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46256; }

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

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

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

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

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

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

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

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