#C0534D

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

Shades of Sunset #C0534D

Tints of Sunset #C0534D

Color information

#C0534D (or 0xC0534D) is unknown color: approx Sunset. HEX triplet: C0, 53 and 4D. RGB value is (192,83,77). Sum of RGB (Red+Green+Blue) = 192+83+77=352 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.55% from 352); Green value is 83 (32.81% from 255 or 23.58% from 352); Blue value is 77 (30.47% from 255 or 21.88% from 352); Max value from RGB is 192 - color contains mainly: red. Hex color #C0534D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0534D is #3FACB2. Grayscale: #737373. Windows color (decimal): -4172979 or 5067712. OLE color: 5067712.

HSL color Cylindrical-coordinate representation of color #C0534D: hue angle of 3.13º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C0534D is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB1928377-
CMYK00.570.600.25
HSL3.13º47.72%52.75%-
HSV(B)3.13º59.9%75.29%-
XYZ26.1717.939.1-
YUV114.91106.61182.99-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 54.55%
GREEN value IS 83 (32.81% from 255) = 23.58%
BLUE value IS 77 (30.47% from 255) = 21.88%
R=54.55%
G=23.58%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192837700.570.600.253.1347.7252.75
HexC0534D0393C1933035
Octal300123115071743136065
Binary110000001010011100110101110011111001100111110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0534D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0534D; }

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

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

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

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

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

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

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

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