#C34C49

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

Shades of Sunset #C34C49

Tints of Sunset #C34C49

Color information

#C34C49 (or 0xC34C49) is unknown color: approx Sunset. HEX triplet: C3, 4C and 49. RGB value is (195,76,73). Sum of RGB (Red+Green+Blue) = 195+76+73=344 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.69% from 344); Green value is 76 (30.08% from 255 or 22.09% from 344); Blue value is 73 (28.91% from 255 or 21.22% from 344); Max value from RGB is 195 - color contains mainly: red. Hex color #C34C49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34C49 is #3CB3B6. Grayscale: #6F6F6F. Windows color (decimal): -3978167 or 4803779. OLE color: 4803779.

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

Color convert

RGB1957673-
CMYK00.610.630.24
HSL1.48º50.41%52.55%-
HSV(B)1.48º62.56%76.47%-
XYZ26.2917.258.25-
YUV111.24106.42187.74-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 56.69%
GREEN value IS 76 (30.08% from 255) = 22.09%
BLUE value IS 73 (28.91% from 255) = 21.22%
R=56.69%
G=22.09%
B=21.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195767300.610.630.241.4850.4152.55
HexC34C4903D3F1813235
Octal303114111075773016265
Binary11000011100110010010010111101111111110001110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34C49; }

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

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

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

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

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

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

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

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