#C3524D

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

Shades of Sunset #C3524D

Tints of Sunset #C3524D

Color information

#C3524D (or 0xC3524D) is unknown color: approx Sunset. HEX triplet: C3, 52 and 4D. RGB value is (195,82,77). Sum of RGB (Red+Green+Blue) = 195+82+77=354 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.08% from 354); Green value is 82 (32.42% from 255 or 23.16% from 354); Blue value is 77 (30.47% from 255 or 21.75% from 354); Max value from RGB is 195 - color contains mainly: red. Hex color #C3524D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3524D is #3CADB2. Grayscale: #737373. Windows color (decimal): -3976627 or 5067459. OLE color: 5067459.

HSL color Cylindrical-coordinate representation of color #C3524D: hue angle of 2.54º 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 #C3524D is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB1958277-
CMYK00.580.610.24
HSL2.54º49.58%53.33%-
HSV(B)2.54º60.51%76.47%-
XYZ26.8618.179.11-
YUV115.22106.44184.91-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 55.08%
GREEN value IS 82 (32.42% from 255) = 23.16%
BLUE value IS 77 (30.47% from 255) = 21.75%
R=55.08%
G=23.16%
B=21.75%

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
Decimal195827700.580.610.242.5449.5853.33
HexC3524D03A3D1833235
Octal303122115072753036265
Binary110000111010010100110101110101111011100011110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3524D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3524D; }

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

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

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

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

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

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

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

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