#C4504A

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

Shades of Sunset #C4504A

Tints of Sunset #C4504A

Color information

#C4504A (or 0xC4504A) is unknown color: approx Sunset. HEX triplet: C4, 50 and 4A. RGB value is (196,80,74). Sum of RGB (Red+Green+Blue) = 196+80+74=350 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56% from 350); Green value is 80 (31.64% from 255 or 22.86% from 350); Blue value is 74 (29.30% from 255 or 21.14% from 350); Max value from RGB is 196 - color contains mainly: red. Hex color #C4504A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4504A is #3BAFB5. Grayscale: #727272. Windows color (decimal): -3911606 or 4870340. OLE color: 4870340.

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

Color convert

RGB1968074-
CMYK00.590.620.23
HSL2.95º50.83%52.94%-
HSV(B)2.95º62.24%76.86%-
XYZ26.8717.978.53-
YUV114105.43186.49-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 56%
GREEN value IS 80 (31.64% from 255) = 22.86%
BLUE value IS 74 (29.30% from 255) = 21.14%
R=56%
G=22.86%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196807400.590.620.232.9550.8352.94
HexC4504A03B3E1733335
Octal304120112073762736365
Binary110001001010000100101001110111111101011111110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4504A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4504A; }

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

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

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

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

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

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

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

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