#C8504D

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

Shades of Sunset #C8504D

Tints of Sunset #C8504D

Color information

#C8504D (or 0xC8504D) is unknown color: approx Sunset. HEX triplet: C8, 50 and 4D. RGB value is (200,80,77). Sum of RGB (Red+Green+Blue) = 200+80+77=357 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.02% from 357); Green value is 80 (31.64% from 255 or 22.41% from 357); Blue value is 77 (30.47% from 255 or 21.57% from 357); Max value from RGB is 200 - color contains mainly: red. Hex color #C8504D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8504D is #37AFB2. Grayscale: #737373. Windows color (decimal): -3649459 or 5066952. OLE color: 5066952.

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

Color convert

RGB2008077-
CMYK00.60.620.22
HSL1.46º52.79%54.31%-
HSV(B)1.46º61.5%78.43%-
XYZ28.0318.559.12-
YUV115.54106.26188.24-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 56.02%
GREEN value IS 80 (31.64% from 255) = 22.41%
BLUE value IS 77 (30.47% from 255) = 21.57%
R=56.02%
G=22.41%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200807700.60.620.221.4652.7954.31
HexC8504D03C3E1613536
Octal310120115074762616566
Binary11001000101000010011010111100111110101101110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8504D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8504D; }

 p { color: rgb(200,80,77); }

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

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

 a { background-color: rgb(200,80,77); }

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

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

 span { border-color: rgb(200,80,77); }

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