#C34D42

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

Shades of Sunset #C34D42

Tints of Sunset #C34D42

Color information

#C34D42 (or 0xC34D42) is unknown color: approx Sunset. HEX triplet: C3, 4D and 42. RGB value is (195,77,66). Sum of RGB (Red+Green+Blue) = 195+77+66=338 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.69% from 338); Green value is 77 (30.47% from 255 or 22.78% from 338); Blue value is 66 (26.17% from 255 or 19.53% from 338); Max value from RGB is 195 - color contains mainly: red. Hex color #C34D42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C34D42 is #3CB2BD. Grayscale: #6F6F6F. Windows color (decimal): -3977918 or 4345283. OLE color: 4345283.

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

Color convert

RGB1957766-
CMYK00.610.660.24
HSL5.12º51.81%51.18%-
HSV(B)5.12º66.15%76.47%-
XYZ26.1417.37.12-
YUV111.03102.59187.89-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 57.69%
GREEN value IS 77 (30.47% from 255) = 22.78%
BLUE value IS 66 (26.17% from 255) = 19.53%
R=57.69%
G=22.78%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.66
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195776600.610.660.245.1251.8151.18
HexC34D4203D421853433
Octal3031151020751023056463
Binary11000011100110110000100111101100001011000101110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34D42; }

 p { color: rgb(195,77,66); }

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

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

 a { background-color: rgb(195,77,66); }

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

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

 span { border-color: rgb(195,77,66); }

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