#C9524B

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

Shades of Sunset #C9524B

Tints of Sunset #C9524B

Color information

#C9524B (or 0xC9524B) is unknown color: approx Sunset. HEX triplet: C9, 52 and 4B. RGB value is (201,82,75). Sum of RGB (Red+Green+Blue) = 201+82+75=358 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.15% from 358); Green value is 82 (32.42% from 255 or 22.91% from 358); Blue value is 75 (29.69% from 255 or 20.95% from 358); Max value from RGB is 201 - color contains mainly: red. Hex color #C9524B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9524B is #36ADB4. Grayscale: #747474. Windows color (decimal): -3583413 or 4936393. OLE color: 4936393.

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

Color convert

RGB2018275-
CMYK00.590.630.21
HSL3.33º53.85%54.12%-
HSV(B)3.33º62.69%78.82%-
XYZ28.3718.968.82-
YUV116.78104.42188.07-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 56.15%
GREEN value IS 82 (32.42% from 255) = 22.91%
BLUE value IS 75 (29.69% from 255) = 20.95%
R=56.15%
G=22.91%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201827500.590.630.213.3353.8554.12
HexC9524B03B3F1533636
Octal311122113073772536666
Binary110010011010010100101101110111111111010111110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9524B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9524B; }

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

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

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

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

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

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

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

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