#C8534A

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

Shades of Sunset #C8534A

Tints of Sunset #C8534A

Color information

#C8534A (or 0xC8534A) is unknown color: approx Sunset. HEX triplet: C8, 53 and 4A. RGB value is (200,83,74). Sum of RGB (Red+Green+Blue) = 200+83+74=357 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.02% from 357); Green value is 83 (32.81% from 255 or 23.25% from 357); Blue value is 74 (29.30% from 255 or 20.73% from 357); Max value from RGB is 200 - color contains mainly: red. Hex color #C8534A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8534A is #37ACB5. Grayscale: #757575. Windows color (decimal): -3648694 or 4871112. OLE color: 4871112.

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

Color convert

RGB2008374-
CMYK00.580.630.22
HSL4.29º53.39%53.73%-
HSV(B)4.29º63%78.43%-
XYZ28.1518.968.65-
YUV116.96103.76187.23-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 56.02%
GREEN value IS 83 (32.81% from 255) = 23.25%
BLUE value IS 74 (29.30% from 255) = 20.73%
R=56.02%
G=23.25%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200837400.580.630.224.2953.3953.73
HexC8534A03A3F1643536
Octal310123112072772646566
Binary1100100010100111001010011101011111110110100110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8534A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8534A; }

 p { color: rgb(200,83,74); }

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

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

 a { background-color: rgb(200,83,74); }

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

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

 span { border-color: rgb(200,83,74); }

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