#C7514D

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

Shades of Sunset #C7514D

Tints of Sunset #C7514D

Color information

#C7514D (or 0xC7514D) is unknown color: approx Sunset. HEX triplet: C7, 51 and 4D. RGB value is (199,81,77). Sum of RGB (Red+Green+Blue) = 199+81+77=357 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.74% from 357); Green value is 81 (32.03% from 255 or 22.69% from 357); Blue value is 77 (30.47% from 255 or 21.57% from 357); Max value from RGB is 199 - color contains mainly: red. Hex color #C7514D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7514D is #38AEB2. Grayscale: #737373. Windows color (decimal): -3714739 or 5067207. OLE color: 5067207.

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

Color convert

RGB1998177-
CMYK00.590.610.22
HSL1.97º52.14%54.12%-
HSV(B)1.97º61.31%78.04%-
XYZ27.8418.569.14-
YUV115.83106.09187.33-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 55.74%
GREEN value IS 81 (32.03% from 255) = 22.69%
BLUE value IS 77 (30.47% from 255) = 21.57%
R=55.74%
G=22.69%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.61
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199817700.590.610.221.9752.1454.12
HexC7514D03B3D1623436
Octal307121115073752626466
Binary110001111010001100110101110111111011011010110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7514D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7514D; }

 p { color: rgb(199,81,77); }

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

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

 a { background-color: rgb(199,81,77); }

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

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

 span { border-color: rgb(199,81,77); }

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