#C0504D

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

Shades of Sunset #C0504D

Tints of Sunset #C0504D

Color information

#C0504D (or 0xC0504D) is unknown color: approx Sunset. HEX triplet: C0, 50 and 4D. RGB value is (192,80,77). Sum of RGB (Red+Green+Blue) = 192+80+77=349 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.01% from 349); Green value is 80 (31.64% from 255 or 22.92% from 349); Blue value is 77 (30.47% from 255 or 22.06% from 349); Max value from RGB is 192 - color contains mainly: red. Hex color #C0504D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0504D is #3FAFB2. Grayscale: #717171. Windows color (decimal): -4173747 or 5066944. OLE color: 5066944.

HSL color Cylindrical-coordinate representation of color #C0504D: hue angle of 1.57º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C0504D is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB1928077-
CMYK00.580.600.25
HSL1.57º47.72%52.75%-
HSV(B)1.57º59.9%75.29%-
XYZ25.9517.489.03-
YUV113.15107.61184.24-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 55.01%
GREEN value IS 80 (31.64% from 255) = 22.92%
BLUE value IS 77 (30.47% from 255) = 22.06%
R=55.01%
G=22.92%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192807700.580.600.251.5747.7252.75
HexC0504D03A3C1923035
Octal300120115072743126065
Binary110000001010000100110101110101111001100110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0504D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0504D; }

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

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

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

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

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

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

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

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