#C34F45

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

Shades of Sunset #C34F45

Tints of Sunset #C34F45

Color information

#C34F45 (or 0xC34F45) is unknown color: approx Sunset. HEX triplet: C3, 4F and 45. RGB value is (195,79,69). Sum of RGB (Red+Green+Blue) = 195+79+69=343 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.85% from 343); Green value is 79 (31.25% from 255 or 23.03% from 343); Blue value is 69 (27.34% from 255 or 20.12% from 343); Max value from RGB is 195 - color contains mainly: red. Hex color #C34F45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C34F45 is #3CB0BA. Grayscale: #707070. Windows color (decimal): -3977403 or 4542403. OLE color: 4542403.

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

Color convert

RGB1957969-
CMYK00.590.650.24
HSL4.76º51.22%51.76%-
HSV(B)4.76º64.62%76.47%-
XYZ26.3817.627.64-
YUV112.54103.43186.81-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 56.85%
GREEN value IS 79 (31.25% from 255) = 23.03%
BLUE value IS 69 (27.34% from 255) = 20.12%
R=56.85%
G=23.03%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195796900.590.650.244.7651.2251.76
HexC34F4503B411853334
Octal3031171050731013056364
Binary11000011100111110001010111011100000111000101110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34F45; }

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

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

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

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

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

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

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

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