#C34F4A

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

Shades of Sunset #C34F4A

Tints of Sunset #C34F4A

Color information

#C34F4A (or 0xC34F4A) is unknown color: approx Sunset. HEX triplet: C3, 4F and 4A. RGB value is (195,79,74). Sum of RGB (Red+Green+Blue) = 195+79+74=348 (46% of max value = 765). Red value is 195 (76.56% from 255 or 56.03% from 348); Green value is 79 (31.25% from 255 or 22.70% from 348); Blue value is 74 (29.30% from 255 or 21.26% from 348); Max value from RGB is 195 - color contains mainly: red. Hex color #C34F4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C34F4A is #3CB0B5. Grayscale: #717171. Windows color (decimal): -3977398 or 4870083. OLE color: 4870083.

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

Color convert

RGB1957974-
CMYK00.590.620.24
HSL2.48º50.21%52.75%-
HSV(B)2.48º62.05%76.47%-
XYZ26.5417.698.49-
YUV113.11105.93186.41-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 56.03%
GREEN value IS 79 (31.25% from 255) = 22.70%
BLUE value IS 74 (29.30% from 255) = 21.26%
R=56.03%
G=22.70%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195797400.590.620.242.4850.2152.75
HexC34F4A03B3E1823235
Octal303117112073763026265
Binary110000111001111100101001110111111101100010110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34F4A; }

 p { color: rgb(195,79,74); }

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

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

 a { background-color: rgb(195,79,74); }

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

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

 span { border-color: rgb(195,79,74); }

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