#C46556

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

Shades of Sunglo #C46556

Tints of Sunglo #C46556

Color information

#C46556 (or 0xC46556) is unknown color: approx Sunglo. HEX triplet: C4, 65 and 56. RGB value is (196,101,86). Sum of RGB (Red+Green+Blue) = 196+101+86=383 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.17% from 383); Green value is 101 (39.84% from 255 or 26.37% from 383); Blue value is 86 (33.98% from 255 or 22.45% from 383); Max value from RGB is 196 - color contains mainly: red. Hex color #C46556 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46556 is #3B9AA9. Grayscale: #7F7F7F. Windows color (decimal): -3906218 or 5662148. OLE color: 5662148.

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

Color convert

RGB19610186-
CMYK00.480.560.23
HSL8.18º48.25%55.29%-
HSV(B)8.18º56.12%76.86%-
XYZ29.121.7211.46-
YUV127.7104.47176.72-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 51.17%
GREEN value IS 101 (39.84% from 255) = 26.37%
BLUE value IS 86 (33.98% from 255) = 22.45%
R=51.17%
G=26.37%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961018600.480.560.238.1848.2555.29
HexC46556030381783037
Octal3041451260607027106067
Binary11000100110010110101100110000111000101111000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46556; }

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

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

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

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

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

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

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

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