#C3524E

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

Shades of Sunset #C3524E

Tints of Sunset #C3524E

Color information

#C3524E (or 0xC3524E) is unknown color: approx Sunset. HEX triplet: C3, 52 and 4E. RGB value is (195,82,78). Sum of RGB (Red+Green+Blue) = 195+82+78=355 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.93% from 355); Green value is 82 (32.42% from 255 or 23.10% from 355); Blue value is 78 (30.86% from 255 or 21.97% from 355); Max value from RGB is 195 - color contains mainly: red. Hex color #C3524E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3524E is #3CADB1. Grayscale: #737373. Windows color (decimal): -3976626 or 5132995. OLE color: 5132995.

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

Color convert

RGB1958278-
CMYK00.580.60.24
HSL2.05º49.37%53.53%-
HSV(B)2.05º60%76.47%-
XYZ26.918.199.3-
YUV115.33106.94184.83-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 54.93%
GREEN value IS 82 (32.42% from 255) = 23.10%
BLUE value IS 78 (30.86% from 255) = 21.97%
R=54.93%
G=23.10%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.6
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195827800.580.60.242.0549.3753.53
HexC3524E03A3C1823136
Octal303122116072743026166
Binary110000111010010100111001110101111001100010110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3524E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3524E; }

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

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

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

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

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

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

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

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