#C0524D

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

Shades of Sunset #C0524D

Tints of Sunset #C0524D

Color information

#C0524D (or 0xC0524D) is unknown color: approx Sunset. HEX triplet: C0, 52 and 4D. RGB value is (192,82,77). Sum of RGB (Red+Green+Blue) = 192+82+77=351 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.70% from 351); Green value is 82 (32.42% from 255 or 23.36% from 351); Blue value is 77 (30.47% from 255 or 21.94% from 351); Max value from RGB is 192 - color contains mainly: red. Hex color #C0524D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0524D is #3FADB2. Grayscale: #727272. Windows color (decimal): -4173235 or 5067456. OLE color: 5067456.

HSL color Cylindrical-coordinate representation of color #C0524D: hue angle of 2.61º 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 #C0524D is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB1928277-
CMYK00.570.600.25
HSL2.61º47.72%52.75%-
HSV(B)2.61º59.9%75.29%-
XYZ26.117.789.08-
YUV114.32106.94183.41-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 54.70%
GREEN value IS 82 (32.42% from 255) = 23.36%
BLUE value IS 77 (30.47% from 255) = 21.94%
R=54.70%
G=23.36%
B=21.94%

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
Decimal192827700.570.600.252.6147.7252.75
HexC0524D0393C1933035
Octal300122115071743136065
Binary110000001010010100110101110011111001100111110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0524D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0524D; }

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

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

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

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

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

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

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

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