#C05144

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

Shades of Sunset #C05144

Tints of Sunset #C05144

Color information

#C05144 (or 0xC05144) is unknown color: approx Sunset. HEX triplet: C0, 51 and 44. RGB value is (192,81,68). Sum of RGB (Red+Green+Blue) = 192+81+68=341 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.30% from 341); Green value is 81 (32.03% from 255 or 23.75% from 341); Blue value is 68 (26.95% from 255 or 19.94% from 341); Max value from RGB is 192 - color contains mainly: red. Hex color #C05144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05144 is #3FAEBB. Grayscale: #707070. Windows color (decimal): -4173500 or 4477376. OLE color: 4477376.

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

Color convert

RGB1928168-
CMYK00.580.650.25
HSL6.29º49.6%50.98%-
HSV(B)6.29º64.58%75.29%-
XYZ25.7217.517.49-
YUV112.71102.77184.56-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 56.30%
GREEN value IS 81 (32.03% from 255) = 23.75%
BLUE value IS 68 (26.95% from 255) = 19.94%
R=56.30%
G=23.75%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192816800.580.650.256.2949.650.98
HexC0514403A411963233
Octal3001211040721013166263
Binary11000000101000110001000111010100000111001110110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05144; }

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

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

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

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

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

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

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

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