#C14C45

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

Shades of Sunset #C14C45

Tints of Sunset #C14C45

Color information

#C14C45 (or 0xC14C45) is unknown color: approx Sunset. HEX triplet: C1, 4C and 45. RGB value is (193,76,69). Sum of RGB (Red+Green+Blue) = 193+76+69=338 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.10% from 338); Green value is 76 (30.08% from 255 or 22.49% from 338); Blue value is 69 (27.34% from 255 or 20.41% from 338); Max value from RGB is 193 - color contains mainly: red. Hex color #C14C45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14C45 is #3EB3BA. Grayscale: #6E6E6E. Windows color (decimal): -4109243 or 4541633. OLE color: 4541633.

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

Color convert

RGB1937669-
CMYK00.610.640.24
HSL3.39º50%51.37%-
HSV(B)3.39º64.25%75.69%-
XYZ25.6516.947.55-
YUV110.18104.76187.07-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 57.10%
GREEN value IS 76 (30.08% from 255) = 22.49%
BLUE value IS 69 (27.34% from 255) = 20.41%
R=57.10%
G=22.49%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193766900.610.640.243.395051.37
HexC14C4503D401833233
Octal3011141050751003036263
Binary1100000110011001000101011110110000001100011110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14C45; }

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

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

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

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

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

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

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

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