#C7524B

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

Shades of Sunset #C7524B

Tints of Sunset #C7524B

Color information

#C7524B (or 0xC7524B) is unknown color: approx Sunset. HEX triplet: C7, 52 and 4B. RGB value is (199,82,75). Sum of RGB (Red+Green+Blue) = 199+82+75=356 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.90% from 356); Green value is 82 (32.42% from 255 or 23.03% from 356); Blue value is 75 (29.69% from 255 or 21.07% from 356); Max value from RGB is 199 - color contains mainly: red. Hex color #C7524B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7524B is #38ADB4. Grayscale: #747474. Windows color (decimal): -3714485 or 4936391. OLE color: 4936391.

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

Color convert

RGB1998275-
CMYK00.590.620.22
HSL3.39º52.54%53.73%-
HSV(B)3.39º62.31%78.04%-
XYZ27.8418.688.8-
YUV116.18104.76187.07-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 55.90%
GREEN value IS 82 (32.42% from 255) = 23.03%
BLUE value IS 75 (29.69% from 255) = 21.07%
R=55.90%
G=23.03%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199827500.590.620.223.3952.5453.73
HexC7524B03B3E1633536
Octal307122113073762636566
Binary110001111010010100101101110111111101011011110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7524B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7524B; }

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

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

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

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

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

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

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

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