#C34E48

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

Shades of Sunset #C34E48

Tints of Sunset #C34E48

Color information

#C34E48 (or 0xC34E48) is unknown color: approx Sunset. HEX triplet: C3, 4E and 48. RGB value is (195,78,72). Sum of RGB (Red+Green+Blue) = 195+78+72=345 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.52% from 345); Green value is 78 (30.86% from 255 or 22.61% from 345); Blue value is 72 (28.52% from 255 or 20.87% from 345); Max value from RGB is 195 - color contains mainly: red. Hex color #C34E48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C34E48 is #3CB1B7. Grayscale: #707070. Windows color (decimal): -3977656 or 4738755. OLE color: 4738755.

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

Color convert

RGB1957872-
CMYK00.60.630.24
HSL2.93º50.62%52.35%-
HSV(B)2.93º63.08%76.47%-
XYZ26.417.528.12-
YUV112.3105.26186.99-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 56.52%
GREEN value IS 78 (30.86% from 255) = 22.61%
BLUE value IS 72 (28.52% from 255) = 20.87%
R=56.52%
G=22.61%
B=20.87%

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
Decimal195787200.60.630.242.9350.6252.35
HexC34E4803C3F1833334
Octal303116110074773036364
Binary110000111001110100100001111001111111100011110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34E48; }

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

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

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

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

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

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

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

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