#C45146

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

Shades of Sunset #C45146

Tints of Sunset #C45146

Color information

#C45146 (or 0xC45146) is unknown color: approx Sunset. HEX triplet: C4, 51 and 46. RGB value is (196,81,70). Sum of RGB (Red+Green+Blue) = 196+81+70=347 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.48% from 347); Green value is 81 (32.03% from 255 or 23.34% from 347); Blue value is 70 (27.73% from 255 or 20.17% from 347); Max value from RGB is 196 - color contains mainly: red. Hex color #C45146 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45146 is #3BAEB9. Grayscale: #727272. Windows color (decimal): -3911354 or 4608452. OLE color: 4608452.

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

Color convert

RGB1968170-
CMYK00.590.640.23
HSL5.24º51.64%52.16%-
HSV(B)5.24º64.29%76.86%-
XYZ26.8118.067.87-
YUV114.13103.1186.39-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 56.48%
GREEN value IS 81 (32.03% from 255) = 23.34%
BLUE value IS 70 (27.73% from 255) = 20.17%
R=56.48%
G=23.34%
B=20.17%

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
Decimal196817000.590.640.235.2451.6452.16
HexC4514603B401753434
Octal3041211060731002756464
Binary11000100101000110001100111011100000010111101110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45146; }

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

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

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

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

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

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

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

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