#C6514B

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

Shades of Sunset #C6514B

Tints of Sunset #C6514B

Color information

#C6514B (or 0xC6514B) is unknown color: approx Sunset. HEX triplet: C6, 51 and 4B. RGB value is (198,81,75). Sum of RGB (Red+Green+Blue) = 198+81+75=354 (46% of max value = 765). Red value is 198 (77.73% from 255 or 55.93% from 354); Green value is 81 (32.03% from 255 or 22.88% from 354); Blue value is 75 (29.69% from 255 or 21.19% from 354); Max value from RGB is 198 - color contains mainly: red. Hex color #C6514B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6514B is #39AEB4. Grayscale: #737373. Windows color (decimal): -3780277 or 4936134. OLE color: 4936134.

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

Color convert

RGB1988175-
CMYK00.590.620.22
HSL2.93º51.9%53.53%-
HSV(B)2.93º62.12%77.65%-
XYZ27.518.48.76-
YUV115.3105.26186.99-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 55.93%
GREEN value IS 81 (32.03% from 255) = 22.88%
BLUE value IS 75 (29.69% from 255) = 21.19%
R=55.93%
G=22.88%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198817500.590.620.222.9351.953.53
HexC6514B03B3E1633436
Octal306121113073762636466
Binary110001101010001100101101110111111101011011110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6514B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6514B; }

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

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

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

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

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

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

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

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