#C05446

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

Shades of Sunset #C05446

Tints of Sunset #C05446

Color information

#C05446 (or 0xC05446) is unknown color: approx Sunset. HEX triplet: C0, 54 and 46. RGB value is (192,84,70). Sum of RGB (Red+Green+Blue) = 192+84+70=346 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.49% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 70 (27.73% from 255 or 20.23% from 346); Max value from RGB is 192 - color contains mainly: red. Hex color #C05446 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05446 is #3FABB9. Grayscale: #727272. Windows color (decimal): -4172730 or 4609216. OLE color: 4609216.

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

Color convert

RGB1928470-
CMYK00.560.640.25
HSL6.89º49.19%51.37%-
HSV(B)6.89º63.54%75.29%-
XYZ26.0117.997.9-
YUV114.7102.78183.14-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 55.49%
GREEN value IS 84 (33.20% from 255) = 24.28%
BLUE value IS 70 (27.73% from 255) = 20.23%
R=55.49%
G=24.28%
B=20.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192847000.560.640.256.8949.1951.37
HexC05446038401973133
Octal3001241060701003176163
Binary11000000101010010001100111000100000011001111110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05446; }

 p { color: rgb(192,84,70); }

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

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

 a { background-color: rgb(192,84,70); }

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

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

 span { border-color: rgb(192,84,70); }

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