#C34E49

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

Shades of Sunset #C34E49

Tints of Sunset #C34E49

Color information

#C34E49 (or 0xC34E49) is unknown color: approx Sunset. HEX triplet: C3, 4E and 49. RGB value is (195,78,73). Sum of RGB (Red+Green+Blue) = 195+78+73=346 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.36% from 346); Green value is 78 (30.86% from 255 or 22.54% from 346); Blue value is 73 (28.91% from 255 or 21.10% from 346); Max value from RGB is 195 - color contains mainly: red. Hex color #C34E49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C34E49 is #3CB1B6. Grayscale: #707070. Windows color (decimal): -3977655 or 4804291. OLE color: 4804291.

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

Color convert

RGB1957873-
CMYK00.60.630.24
HSL2.46º50.41%52.55%-
HSV(B)2.46º62.56%76.47%-
XYZ26.4317.538.29-
YUV112.41105.76186.91-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 56.36%
GREEN value IS 78 (30.86% from 255) = 22.54%
BLUE value IS 73 (28.91% from 255) = 21.10%
R=56.36%
G=22.54%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195787300.60.630.242.4650.4152.55
HexC34E4903C3F1823235
Octal303116111074773026265
Binary110000111001110100100101111001111111100010110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34E49; }

 p { color: rgb(195,78,73); }

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

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

 a { background-color: rgb(195,78,73); }

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

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

 span { border-color: rgb(195,78,73); }

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