#C0504B

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

Shades of Sunset #C0504B

Tints of Sunset #C0504B

Color information

#C0504B (or 0xC0504B) is unknown color: approx Sunset. HEX triplet: C0, 50 and 4B. RGB value is (192,80,75). Sum of RGB (Red+Green+Blue) = 192+80+75=347 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.33% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 75 (29.69% from 255 or 21.61% from 347); Max value from RGB is 192 - color contains mainly: red. Hex color #C0504B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0504B is #3FAFB4. Grayscale: #717171. Windows color (decimal): -4173749 or 4935872. OLE color: 4935872.

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

Color convert

RGB1928075-
CMYK00.580.610.25
HSL2.56º48.15%52.35%-
HSV(B)2.56º60.94%75.29%-
XYZ25.8817.458.66-
YUV112.92106.61184.41-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 55.33%
GREEN value IS 80 (31.64% from 255) = 23.05%
BLUE value IS 75 (29.69% from 255) = 21.61%
R=55.33%
G=23.05%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192807500.580.610.252.5648.1552.35
HexC0504B03A3D1933034
Octal300120113072753136064
Binary110000001010000100101101110101111011100111110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0504B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0504B; }

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

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

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

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

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

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

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

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