#C25547

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

Shades of Sunset #C25547

Tints of Sunset #C25547

Color information

#C25547 (or 0xC25547) is unknown color: approx Sunset. HEX triplet: C2, 55 and 47. RGB value is (194,85,71). Sum of RGB (Red+Green+Blue) = 194+85+71=350 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.43% from 350); Green value is 85 (33.59% from 255 or 24.29% from 350); Blue value is 71 (28.12% from 255 or 20.29% from 350); Max value from RGB is 194 - color contains mainly: red. Hex color #C25547 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25547 is #3DAAB8. Grayscale: #747474. Windows color (decimal): -4041401 or 4675010. OLE color: 4675010.

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

Color convert

RGB1948571-
CMYK00.560.630.24
HSL6.83º50.2%51.96%-
HSV(B)6.83º63.4%76.08%-
XYZ26.6318.428.11-
YUV115.99102.61183.64-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 55.43%
GREEN value IS 85 (33.59% from 255) = 24.29%
BLUE value IS 71 (28.12% from 255) = 20.29%
R=55.43%
G=24.29%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194857100.560.630.246.8350.251.96
HexC255470383F1873234
Octal302125107070773076264
Binary1100001010101011000111011100011111111000111110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25547; }

 p { color: rgb(194,85,71); }

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

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

 a { background-color: rgb(194,85,71); }

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

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

 span { border-color: rgb(194,85,71); }

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