#C45142

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

Shades of Sunset #C45142

Tints of Sunset #C45142

Color information

#C45142 (or 0xC45142) is unknown color: approx Sunset. HEX triplet: C4, 51 and 42. RGB value is (196,81,66). Sum of RGB (Red+Green+Blue) = 196+81+66=343 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.14% from 343); Green value is 81 (32.03% from 255 or 23.62% from 343); Blue value is 66 (26.17% from 255 or 19.24% from 343); Max value from RGB is 196 - color contains mainly: red. Hex color #C45142 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45142 is #3BAEBD. Grayscale: #717171. Windows color (decimal): -3911358 or 4346308. OLE color: 4346308.

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

Color convert

RGB1968166-
CMYK00.590.660.23
HSL6.92º52.42%51.37%-
HSV(B)6.92º66.33%76.86%-
XYZ26.6918.017.22-
YUV113.68101.1186.72-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 57.14%
GREEN value IS 81 (32.03% from 255) = 23.62%
BLUE value IS 66 (26.17% from 255) = 19.24%
R=57.14%
G=23.62%
B=19.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.66
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196816600.590.660.236.9252.4251.37
HexC4514203B421773433
Octal3041211020731022776463
Binary11000100101000110000100111011100001010111111110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45142; }

 p { color: rgb(196,81,66); }

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

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

 a { background-color: rgb(196,81,66); }

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

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

 span { border-color: rgb(196,81,66); }

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