#C5524B

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

Shades of Sunset #C5524B

Tints of Sunset #C5524B

Color information

#C5524B (or 0xC5524B) is unknown color: approx Sunset. HEX triplet: C5, 52 and 4B. RGB value is (197,82,75). Sum of RGB (Red+Green+Blue) = 197+82+75=354 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.65% from 354); Green value is 82 (32.42% from 255 or 23.16% from 354); Blue value is 75 (29.69% from 255 or 21.19% from 354); Max value from RGB is 197 - color contains mainly: red. Hex color #C5524B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5524B is #3AADB4. Grayscale: #737373. Windows color (decimal): -3845557 or 4936389. OLE color: 4936389.

HSL color Cylindrical-coordinate representation of color #C5524B: hue angle of 3.44º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C5524B is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB1978275-
CMYK00.580.620.23
HSL3.44º51.26%53.33%-
HSV(B)3.44º61.93%77.25%-
XYZ27.3118.418.77-
YUV115.59105.1186.07-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 55.65%
GREEN value IS 82 (32.42% from 255) = 23.16%
BLUE value IS 75 (29.69% from 255) = 21.19%
R=55.65%
G=23.16%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197827500.580.620.233.4451.2653.33
HexC5524B03A3E1733335
Octal305122113072762736365
Binary110001011010010100101101110101111101011111110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5524B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5524B; }

 p { color: rgb(197,82,75); }

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

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

 a { background-color: rgb(197,82,75); }

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

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

 span { border-color: rgb(197,82,75); }

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