#C4524B

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

Shades of Sunset #C4524B

Tints of Sunset #C4524B

Color information

#C4524B (or 0xC4524B) is unknown color: approx Sunset. HEX triplet: C4, 52 and 4B. RGB value is (196,82,75). Sum of RGB (Red+Green+Blue) = 196+82+75=353 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.52% from 353); Green value is 82 (32.42% from 255 or 23.23% from 353); Blue value is 75 (29.69% from 255 or 21.25% from 353); Max value from RGB is 196 - color contains mainly: red. Hex color #C4524B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4524B is #3BADB4. Grayscale: #737373. Windows color (decimal): -3911093 or 4936388. OLE color: 4936388.

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

Color convert

RGB1968275-
CMYK00.580.620.23
HSL3.47º50.63%53.14%-
HSV(B)3.47º61.73%76.86%-
XYZ27.0518.288.76-
YUV115.29105.27185.57-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 55.52%
GREEN value IS 82 (32.42% from 255) = 23.23%
BLUE value IS 75 (29.69% from 255) = 21.25%
R=55.52%
G=23.23%
B=21.25%

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
Decimal196827500.580.620.233.4750.6353.14
HexC4524B03A3E1733335
Octal304122113072762736365
Binary110001001010010100101101110101111101011111110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4524B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4524B; }

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

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

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

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

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

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

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

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