#C0514A

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

Shades of Sunset #C0514A

Tints of Sunset #C0514A

Color information

#C0514A (or 0xC0514A) is unknown color: approx Sunset. HEX triplet: C0, 51 and 4A. RGB value is (192,81,74). Sum of RGB (Red+Green+Blue) = 192+81+74=347 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.33% from 347); Green value is 81 (32.03% from 255 or 23.34% from 347); Blue value is 74 (29.30% from 255 or 21.33% from 347); Max value from RGB is 192 - color contains mainly: red. Hex color #C0514A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0514A is #3FAEB5. Grayscale: #717171. Windows color (decimal): -4173494 or 4870592. OLE color: 4870592.

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

Color convert

RGB1928174-
CMYK00.580.610.25
HSL3.56º48.36%52.16%-
HSV(B)3.56º61.46%75.29%-
XYZ25.9217.598.51-
YUV113.39105.77184.07-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 55.33%
GREEN value IS 81 (32.03% from 255) = 23.34%
BLUE value IS 74 (29.30% from 255) = 21.33%
R=55.33%
G=23.34%
B=21.33%

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
Decimal192817400.580.610.253.5648.3652.16
HexC0514A03A3D1943034
Octal300121112072753146064
Binary1100000010100011001010011101011110111001100110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0514A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0514A; }

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

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

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

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

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

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

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

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