#C14E4C

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

Shades of Sunset #C14E4C

Tints of Sunset #C14E4C

Color information

#C14E4C (or 0xC14E4C) is unknown color: approx Sunset. HEX triplet: C1, 4E and 4C. RGB value is (193,78,76). Sum of RGB (Red+Green+Blue) = 193+78+76=347 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.62% from 347); Green value is 78 (30.86% from 255 or 22.48% from 347); Blue value is 76 (30.08% from 255 or 21.90% from 347); Max value from RGB is 193 - color contains mainly: red. Hex color #C14E4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C14E4C is #3EB1B3. Grayscale: #707070. Windows color (decimal): -4108724 or 5000897. OLE color: 5000897.

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

Color convert

RGB1937876-
CMYK00.600.610.24
HSL1.03º48.55%52.75%-
HSV(B)1.03º60.62%75.69%-
XYZ26.0217.318.81-
YUV112.16107.6185.66-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 55.62%
GREEN value IS 78 (30.86% from 255) = 22.48%
BLUE value IS 76 (30.08% from 255) = 21.90%
R=55.62%
G=22.48%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193787600.600.610.241.0348.5552.75
HexC14E4C03C3D1813135
Octal301116114074753016165
Binary11000001100111010011000111100111101110001110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14E4C; }

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

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

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

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

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

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

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

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