#C15050

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

Shades of Sunset #C15050

Tints of Sunset #C15050

Color information

#C15050 (or 0xC15050) is unknown color: approx Sunset. HEX triplet: C1, 50 and 50. RGB value is (193,80,80). Sum of RGB (Red+Green+Blue) = 193+80+80=353 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.67% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 80 (31.64% from 255 or 22.66% from 353); Max value from RGB is 193 - color contains mainly: red. Hex color #C15050 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15050 is #3EAFAF. Grayscale: #717171. Windows color (decimal): -4108208 or 5263553. OLE color: 5263553.

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

Color convert

RGB1938080-
CMYK00.590.590.24
HSL47.68%53.53%-
HSV(B)58.55%75.69%-
XYZ26.3117.659.61-
YUV113.79108.94184.5-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 54.67%
GREEN value IS 80 (31.64% from 255) = 22.66%
BLUE value IS 80 (31.64% from 255) = 22.66%
R=54.67%
G=22.66%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193808000.590.590.24047.6853.53
HexC1505003B3B1803036
Octal301120120073733006066
Binary11000001101000010100000111011111011110000110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15050; }

 p { color: rgb(193,80,80); }

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

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

 a { background-color: rgb(193,80,80); }

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

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

 span { border-color: rgb(193,80,80); }

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