#C14945

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

Shades of Sunset #C14945

Tints of Sunset #C14945

Color information

#C14945 (or 0xC14945) is unknown color: approx Sunset. HEX triplet: C1, 49 and 45. RGB value is (193,73,69). Sum of RGB (Red+Green+Blue) = 193+73+69=335 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.61% from 335); Green value is 73 (28.91% from 255 or 21.79% from 335); Blue value is 69 (27.34% from 255 or 20.60% from 335); Max value from RGB is 193 - color contains mainly: red. Hex color #C14945 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14945 is #3EB6BA. Grayscale: #6C6C6C. Windows color (decimal): -4110011 or 4540865. OLE color: 4540865.

HSL color Cylindrical-coordinate representation of color #C14945: hue angle of 1.94º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C14945 is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB1937369-
CMYK00.620.640.24
HSL1.94º50%51.37%-
HSV(B)1.94º64.25%75.69%-
XYZ25.4516.537.48-
YUV108.42105.76188.33-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 57.61%
GREEN value IS 73 (28.91% from 255) = 21.79%
BLUE value IS 69 (27.34% from 255) = 20.60%
R=57.61%
G=21.79%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193736900.620.640.241.945051.37
HexC1494503E401823233
Octal3011111050761003026263
Binary1100000110010011000101011111010000001100010110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14945; }

 p { color: rgb(193,73,69); }

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

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

 a { background-color: rgb(193,73,69); }

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

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

 span { border-color: rgb(193,73,69); }

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