#C05041

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

Shades of Sunset #C05041

Tints of Sunset #C05041

Color information

#C05041 (or 0xC05041) is unknown color: approx Sunset. HEX triplet: C0, 50 and 41. RGB value is (192,80,65). Sum of RGB (Red+Green+Blue) = 192+80+65=337 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.97% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 65 (25.78% from 255 or 19.29% from 337); Max value from RGB is 192 - color contains mainly: red. Hex color #C05041 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05041 is #3FAFBE. Grayscale: #6F6F6F. Windows color (decimal): -4173759 or 4280512. OLE color: 4280512.

HSL color Cylindrical-coordinate representation of color #C05041: hue angle of 7.09º 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 #C05041 is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB1928065-
CMYK00.580.660.25
HSL7.09º50.2%50.39%-
HSV(B)7.09º66.15%75.29%-
XYZ25.5617.337-
YUV111.78101.61185.22-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 56.97%
GREEN value IS 80 (31.64% from 255) = 23.74%
BLUE value IS 65 (25.78% from 255) = 19.29%
R=56.97%
G=23.74%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192806500.580.660.257.0950.250.39
HexC0504103A421973232
Octal3001201010721023176262
Binary11000000101000010000010111010100001011001111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05041; }

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

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

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

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

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

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

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

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