#C05241

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

Shades of Sunset #C05241

Tints of Sunset #C05241

Color information

#C05241 (or 0xC05241) is unknown color: approx Sunset. HEX triplet: C0, 52 and 41. RGB value is (192,82,65). Sum of RGB (Red+Green+Blue) = 192+82+65=339 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.64% from 339); Green value is 82 (32.42% from 255 or 24.19% from 339); Blue value is 65 (25.78% from 255 or 19.17% from 339); Max value from RGB is 192 - color contains mainly: red. Hex color #C05241 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05241 is #3FADBE. Grayscale: #717171. Windows color (decimal): -4173247 or 4281024. OLE color: 4281024.

HSL color Cylindrical-coordinate representation of color #C05241: hue angle of 8.03º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C05241 is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB1928265-
CMYK00.570.660.25
HSL8.03º50.2%50.39%-
HSV(B)8.03º66.15%75.29%-
XYZ25.7117.627.05-
YUV112.95100.94184.38-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 56.64%
GREEN value IS 82 (32.42% from 255) = 24.19%
BLUE value IS 65 (25.78% from 255) = 19.17%
R=56.64%
G=24.19%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192826500.570.660.258.0350.250.39
HexC05241039421983232
Octal30012210107110231106262
Binary110000001010010100000101110011000010110011000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05241; }

 p { color: rgb(192,82,65); }

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

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

 a { background-color: rgb(192,82,65); }

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

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

 span { border-color: rgb(192,82,65); }

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