#C14A45

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

Shades of Sunset #C14A45

Tints of Sunset #C14A45

Color information

#C14A45 (or 0xC14A45) is unknown color: approx Sunset. HEX triplet: C1, 4A and 45. RGB value is (193,74,69). Sum of RGB (Red+Green+Blue) = 193+74+69=336 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.44% from 336); Green value is 74 (29.30% from 255 or 22.02% from 336); Blue value is 69 (27.34% from 255 or 20.54% from 336); Max value from RGB is 193 - color contains mainly: red. Hex color #C14A45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14A45 is #3EB5BA. Grayscale: #6D6D6D. Windows color (decimal): -4109755 or 4541121. OLE color: 4541121.

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

Color convert

RGB1937469-
CMYK00.620.640.24
HSL2.42º50%51.37%-
HSV(B)2.42º64.25%75.69%-
XYZ25.5216.667.5-
YUV109.01105.42187.91-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 57.44%
GREEN value IS 74 (29.30% from 255) = 22.02%
BLUE value IS 69 (27.34% from 255) = 20.54%
R=57.44%
G=22.02%
B=20.54%

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
Decimal193746900.620.640.242.425051.37
HexC14A4503E401823233
Octal3011121050761003026263
Binary1100000110010101000101011111010000001100010110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14A45; }

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

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

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

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

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

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

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

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