#C14A48

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

Shades of Sunset #C14A48

Tints of Sunset #C14A48

Color information

#C14A48 (or 0xC14A48) is unknown color: approx Sunset. HEX triplet: C1, 4A and 48. RGB value is (193,74,72). Sum of RGB (Red+Green+Blue) = 193+74+72=339 (44% of max value = 765). Red value is 193 (75.78% from 255 or 56.93% from 339); Green value is 74 (29.30% from 255 or 21.83% from 339); Blue value is 72 (28.52% from 255 or 21.24% from 339); Max value from RGB is 193 - color contains mainly: red. Hex color #C14A48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14A48 is #3EB5B7. Grayscale: #6D6D6D. Windows color (decimal): -4109752 or 4737729. OLE color: 4737729.

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

Color convert

RGB1937472-
CMYK00.620.630.24
HSL0.99º49.39%51.96%-
HSV(B)0.99º62.69%75.69%-
XYZ25.6116.78.01-
YUV109.35106.92187.66-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 56.93%
GREEN value IS 74 (29.30% from 255) = 21.83%
BLUE value IS 72 (28.52% from 255) = 21.24%
R=56.93%
G=21.83%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193747200.620.630.240.9949.3951.96
HexC14A4803E3F1813134
Octal301112110076773016164
Binary11000001100101010010000111110111111110001110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14A48; }

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

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

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

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

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

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

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

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