#C6514A

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

Shades of Sunset #C6514A

Tints of Sunset #C6514A

Color information

#C6514A (or 0xC6514A) is unknown color: approx Sunset. HEX triplet: C6, 51 and 4A. RGB value is (198,81,74). Sum of RGB (Red+Green+Blue) = 198+81+74=353 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.09% from 353); Green value is 81 (32.03% from 255 or 22.95% from 353); Blue value is 74 (29.30% from 255 or 20.96% from 353); Max value from RGB is 198 - color contains mainly: red. Hex color #C6514A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6514A is #39AEB5. Grayscale: #737373. Windows color (decimal): -3780278 or 4870598. OLE color: 4870598.

HSL color Cylindrical-coordinate representation of color #C6514A: hue angle of 3.39º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C6514A is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB1988174-
CMYK00.590.630.22
HSL3.39º52.1%53.33%-
HSV(B)3.39º62.63%77.65%-
XYZ27.4718.398.58-
YUV115.18104.76187.07-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 56.09%
GREEN value IS 81 (32.03% from 255) = 22.95%
BLUE value IS 74 (29.30% from 255) = 20.96%
R=56.09%
G=22.95%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198817400.590.630.223.3952.153.33
HexC6514A03B3F1633435
Octal306121112073772636465
Binary110001101010001100101001110111111111011011110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6514A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6514A; }

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

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

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

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

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

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

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

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