#C7524A

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

Shades of Sunset #C7524A

Tints of Sunset #C7524A

Color information

#C7524A (or 0xC7524A) is unknown color: approx Sunset. HEX triplet: C7, 52 and 4A. RGB value is (199,82,74). Sum of RGB (Red+Green+Blue) = 199+82+74=355 (47% of max value = 765). Red value is 199 (78.12% from 255 or 56.06% from 355); Green value is 82 (32.42% from 255 or 23.10% from 355); Blue value is 74 (29.30% from 255 or 20.85% from 355); Max value from RGB is 199 - color contains mainly: red. Hex color #C7524A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7524A is #38ADB5. Grayscale: #747474. Windows color (decimal): -3714486 or 4870855. OLE color: 4870855.

HSL color Cylindrical-coordinate representation of color #C7524A: hue angle of 3.84º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C7524A is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB1998274-
CMYK00.590.630.22
HSL3.84º52.74%53.53%-
HSV(B)3.84º62.81%78.04%-
XYZ27.8118.678.62-
YUV116.07104.26187.15-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 56.06%
GREEN value IS 82 (32.42% from 255) = 23.10%
BLUE value IS 74 (29.30% from 255) = 20.85%
R=56.06%
G=23.10%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199827400.590.630.223.8452.7453.53
HexC7524A03B3F1643536
Octal307122112073772646566
Binary1100011110100101001010011101111111110110100110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7524A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7524A; }

 p { color: rgb(199,82,74); }

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

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

 a { background-color: rgb(199,82,74); }

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

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

 span { border-color: rgb(199,82,74); }

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