#C45046

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

Shades of Sunset #C45046

Tints of Sunset #C45046

Color information

#C45046 (or 0xC45046) is unknown color: approx Sunset. HEX triplet: C4, 50 and 46. RGB value is (196,80,70). Sum of RGB (Red+Green+Blue) = 196+80+70=346 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.65% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 70 (27.73% from 255 or 20.23% from 346); Max value from RGB is 196 - color contains mainly: red. Hex color #C45046 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45046 is #3BAFB9. Grayscale: #717171. Windows color (decimal): -3911610 or 4608196. OLE color: 4608196.

HSL color Cylindrical-coordinate representation of color #C45046: hue angle of 4.76º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C45046 is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.23.

Color convert

RGB1968070-
CMYK00.590.640.23
HSL4.76º51.64%52.16%-
HSV(B)4.76º64.29%76.86%-
XYZ26.7417.927.84-
YUV113.54103.43186.81-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 56.65%
GREEN value IS 80 (31.64% from 255) = 23.12%
BLUE value IS 70 (27.73% from 255) = 20.23%
R=56.65%
G=23.12%
B=20.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.64
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196807000.590.640.234.7651.6452.16
HexC4504603B401753434
Octal3041201060731002756464
Binary11000100101000010001100111011100000010111101110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45046; }

 p { color: rgb(196,80,70); }

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

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

 a { background-color: rgb(196,80,70); }

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

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

 span { border-color: rgb(196,80,70); }

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