#C46156

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

Shades of Sunglo #C46156

Tints of Sunglo #C46156

Color information

#C46156 (or 0xC46156) is unknown color: approx Sunglo. HEX triplet: C4, 61 and 56. RGB value is (196,97,86). Sum of RGB (Red+Green+Blue) = 196+97+86=379 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.72% from 379); Green value is 97 (38.28% from 255 or 25.59% from 379); Blue value is 86 (33.98% from 255 or 22.69% from 379); Max value from RGB is 196 - color contains mainly: red. Hex color #C46156 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46156 is #3B9EA9. Grayscale: #7D7D7D. Windows color (decimal): -3907242 or 5661124. OLE color: 5661124.

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

Color convert

RGB1969786-
CMYK00.510.560.23
HSL48.25%55.29%-
HSV(B)56.12%76.86%-
XYZ28.7220.9611.34-
YUV125.35105.8178.39-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 51.72%
GREEN value IS 97 (38.28% from 255) = 25.59%
BLUE value IS 86 (33.98% from 255) = 22.69%
R=51.72%
G=25.59%
B=22.69%

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
Decimal196978600.510.560.23648.2555.29
HexC46156033381763037
Octal304141126063702766067
Binary1100010011000011010110011001111100010111110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46156; }

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

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

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

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

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

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

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

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