#C05141

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

Shades of Sunset #C05141

Tints of Sunset #C05141

Color information

#C05141 (or 0xC05141) is unknown color: approx Sunset. HEX triplet: C0, 51 and 41. RGB value is (192,81,65). Sum of RGB (Red+Green+Blue) = 192+81+65=338 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.80% from 338); Green value is 81 (32.03% from 255 or 23.96% from 338); Blue value is 65 (25.78% from 255 or 19.23% from 338); Max value from RGB is 192 - color contains mainly: red. Hex color #C05141 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05141 is #3FAEBE. Grayscale: #707070. Windows color (decimal): -4173503 or 4280768. OLE color: 4280768.

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

Color convert

RGB1928165-
CMYK00.580.660.25
HSL7.56º50.2%50.39%-
HSV(B)7.56º66.15%75.29%-
XYZ25.6317.477.02-
YUV112.36101.27184.8-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 56.80%
GREEN value IS 81 (32.03% from 255) = 23.96%
BLUE value IS 65 (25.78% from 255) = 19.23%
R=56.80%
G=23.96%
B=19.23%

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
Decimal192816500.580.660.257.5650.250.39
HexC0514103A421983232
Octal30012110107210231106262
Binary110000001010001100000101110101000010110011000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05141; }

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

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

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

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

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

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

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

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