#C2524C

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

Shades of Sunset #C2524C

Tints of Sunset #C2524C

Color information

#C2524C (or 0xC2524C) is unknown color: approx Sunset. HEX triplet: C2, 52 and 4C. RGB value is (194,82,76). Sum of RGB (Red+Green+Blue) = 194+82+76=352 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.11% from 352); Green value is 82 (32.42% from 255 or 23.30% from 352); Blue value is 76 (30.08% from 255 or 21.59% from 352); Max value from RGB is 194 - color contains mainly: red. Hex color #C2524C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2524C is #3DADB3. Grayscale: #727272. Windows color (decimal): -4042164 or 5001922. OLE color: 5001922.

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

Color convert

RGB1948276-
CMYK00.580.610.24
HSL3.05º49.17%52.94%-
HSV(B)3.05º60.82%76.08%-
XYZ26.5718.038.92-
YUV114.8106.11184.49-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 55.11%
GREEN value IS 82 (32.42% from 255) = 23.30%
BLUE value IS 76 (30.08% from 255) = 21.59%
R=55.11%
G=23.30%
B=21.59%

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
Decimal194827600.580.610.243.0549.1752.94
HexC2524C03A3D1833135
Octal302122114072753036165
Binary110000101010010100110001110101111011100011110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2524C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2524C; }

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

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

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

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

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

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

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

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