#C6514C

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

Shades of Sunset #C6514C

Tints of Sunset #C6514C

Color information

#C6514C (or 0xC6514C) is unknown color: approx Sunset. HEX triplet: C6, 51 and 4C. RGB value is (198,81,76). Sum of RGB (Red+Green+Blue) = 198+81+76=355 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.77% from 355); Green value is 81 (32.03% from 255 or 22.82% from 355); Blue value is 76 (30.08% from 255 or 21.41% from 355); Max value from RGB is 198 - color contains mainly: red. Hex color #C6514C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6514C is #39AEB3. Grayscale: #737373. Windows color (decimal): -3780276 or 5001670. OLE color: 5001670.

HSL color Cylindrical-coordinate representation of color #C6514C: hue angle of 2.46º 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 #C6514C is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB1988176-
CMYK00.590.620.22
HSL2.46º51.69%53.73%-
HSV(B)2.46º61.62%77.65%-
XYZ27.5418.418.94-
YUV115.41105.76186.91-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 55.77%
GREEN value IS 81 (32.03% from 255) = 22.82%
BLUE value IS 76 (30.08% from 255) = 21.41%
R=55.77%
G=22.82%
B=21.41%

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
Decimal198817600.590.620.222.4651.6953.73
HexC6514C03B3E1623436
Octal306121114073762626466
Binary110001101010001100110001110111111101011010110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6514C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6514C; }

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

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

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

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

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

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

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

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