#C8534D

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

Shades of Sunset #C8534D

Tints of Sunset #C8534D

Color information

#C8534D (or 0xC8534D) is unknown color: approx Sunset. HEX triplet: C8, 53 and 4D. RGB value is (200,83,77). Sum of RGB (Red+Green+Blue) = 200+83+77=360 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.56% from 360); Green value is 83 (32.81% from 255 or 23.06% from 360); Blue value is 77 (30.47% from 255 or 21.39% from 360); Max value from RGB is 200 - color contains mainly: red. Hex color #C8534D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8534D is #37ACB2. Grayscale: #757575. Windows color (decimal): -3648691 or 5067720. OLE color: 5067720.

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

Color convert

RGB2008377-
CMYK00.580.620.22
HSL2.93º52.79%54.31%-
HSV(B)2.93º61.5%78.43%-
XYZ28.25199.2-
YUV117.3105.26186.99-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 55.56%
GREEN value IS 83 (32.81% from 255) = 23.06%
BLUE value IS 77 (30.47% from 255) = 21.39%
R=55.56%
G=23.06%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200837700.580.620.222.9352.7954.31
HexC8534D03A3E1633536
Octal310123115072762636566
Binary110010001010011100110101110101111101011011110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8534D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8534D; }

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

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

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

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

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

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

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

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