#C46158

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

Shades of Sunglo #C46158

Tints of Sunglo #C46158

Color information

#C46158 (or 0xC46158) is unknown color: approx Sunglo. HEX triplet: C4, 61 and 58. RGB value is (196,97,88). Sum of RGB (Red+Green+Blue) = 196+97+88=381 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.44% from 381); Green value is 97 (38.28% from 255 or 25.46% from 381); Blue value is 88 (34.77% from 255 or 23.10% from 381); Max value from RGB is 196 - color contains mainly: red. Hex color #C46158 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46158 is #3B9EA7. Grayscale: #7D7D7D. Windows color (decimal): -3907240 or 5792196. OLE color: 5792196.

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

Color convert

RGB1969788-
CMYK00.510.550.23
HSL47.79%55.69%-
HSV(B)55.1%76.86%-
XYZ28.820.9911.77-
YUV125.58106.8178.23-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 51.44%
GREEN value IS 97 (38.28% from 255) = 25.46%
BLUE value IS 88 (34.77% from 255) = 23.10%
R=51.44%
G=25.46%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.55
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196978800.510.550.23547.7955.69
HexC46158033371753038
Octal304141130063672756070
Binary1100010011000011011000011001111011110111101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46158; }

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

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

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

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

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

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

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

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