#C3524C

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

Shades of Sunset #C3524C

Tints of Sunset #C3524C

Color information

#C3524C (or 0xC3524C) is unknown color: approx Sunset. HEX triplet: C3, 52 and 4C. RGB value is (195,82,76). Sum of RGB (Red+Green+Blue) = 195+82+76=353 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.24% from 353); Green value is 82 (32.42% from 255 or 23.23% from 353); Blue value is 76 (30.08% from 255 or 21.53% from 353); Max value from RGB is 195 - color contains mainly: red. Hex color #C3524C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3524C is #3CADB3. Grayscale: #737373. Windows color (decimal): -3976628 or 5001923. OLE color: 5001923.

HSL color Cylindrical-coordinate representation of color #C3524C: hue angle of 3.03º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C3524C is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB1958276-
CMYK00.580.610.24
HSL3.03º49.79%53.14%-
HSV(B)3.03º61.03%76.47%-
XYZ26.8318.168.93-
YUV115.1105.94184.99-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 55.24%
GREEN value IS 82 (32.42% from 255) = 23.23%
BLUE value IS 76 (30.08% from 255) = 21.53%
R=55.24%
G=23.23%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195827600.580.610.243.0349.7953.14
HexC3524C03A3D1833235
Octal303122114072753036265
Binary110000111010010100110001110101111011100011110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3524C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3524C; }

 p { color: rgb(195,82,76); }

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

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

 a { background-color: rgb(195,82,76); }

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

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

 span { border-color: rgb(195,82,76); }

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