#C4514E

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

Shades of Sunset #C4514E

Tints of Sunset #C4514E

Color information

#C4514E (or 0xC4514E) is unknown color: approx Sunset. HEX triplet: C4, 51 and 4E. RGB value is (196,81,78). Sum of RGB (Red+Green+Blue) = 196+81+78=355 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.21% from 355); Green value is 81 (32.03% from 255 or 22.82% from 355); Blue value is 78 (30.86% from 255 or 21.97% from 355); Max value from RGB is 196 - color contains mainly: red. Hex color #C4514E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4514E is #3BAEB1. Grayscale: #737373. Windows color (decimal): -3911346 or 5132740. OLE color: 5132740.

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

Color convert

RGB1968178-
CMYK00.590.600.23
HSL1.53º50%53.73%-
HSV(B)1.53º60.2%76.86%-
XYZ27.0818.179.29-
YUV115.04107.1185.74-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 55.21%
GREEN value IS 81 (32.03% from 255) = 22.82%
BLUE value IS 78 (30.86% from 255) = 21.97%
R=55.21%
G=22.82%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.60
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196817800.590.600.231.535053.73
HexC4514E03B3C1723236
Octal304121116073742726266
Binary110001001010001100111001110111111001011110110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4514E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4514E; }

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

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

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

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

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

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

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

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