#C46258

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

Shades of Sunglo #C46258

Tints of Sunglo #C46258

Color information

#C46258 (or 0xC46258) is unknown color: approx Sunglo. HEX triplet: C4, 62 and 58. RGB value is (196,98,88). Sum of RGB (Red+Green+Blue) = 196+98+88=382 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.31% from 382); Green value is 98 (38.67% from 255 or 25.65% from 382); Blue value is 88 (34.77% from 255 or 23.04% from 382); Max value from RGB is 196 - color contains mainly: red. Hex color #C46258 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46258 is #3B9DA7. Grayscale: #7E7E7E. Windows color (decimal): -3906984 or 5792452. OLE color: 5792452.

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

Color convert

RGB1969888-
CMYK00.50.550.23
HSL5.56º47.79%55.69%-
HSV(B)5.56º55.1%76.86%-
XYZ28.8921.1811.8-
YUV126.16106.47177.81-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 51.31%
GREEN value IS 98 (38.67% from 255) = 25.65%
BLUE value IS 88 (34.77% from 255) = 23.04%
R=51.31%
G=25.65%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.55
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196988800.50.550.235.5647.7955.69
HexC46258032371763038
Octal304142130062672766070
Binary1100010011000101011000011001011011110111110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46258; }

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

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

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

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

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

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

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

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