#C95048

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

Shades of Sunset #C95048

Tints of Sunset #C95048

Color information

#C95048 (or 0xC95048) is unknown color: approx Sunset. HEX triplet: C9, 50 and 48. RGB value is (201,80,72). Sum of RGB (Red+Green+Blue) = 201+80+72=353 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.94% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 72 (28.52% from 255 or 20.40% from 353); Max value from RGB is 201 - color contains mainly: red. Hex color #C95048 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95048 is #36AFB7. Grayscale: #737373. Windows color (decimal): -3583928 or 4739273. OLE color: 4739273.

HSL color Cylindrical-coordinate representation of color #C95048: hue angle of 3.72º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C95048 is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB2018072-
CMYK00.600.640.21
HSL3.72º54.43%53.53%-
HSV(B)3.72º64.18%78.82%-
XYZ28.1318.628.24-
YUV115.27103.59189.15-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 56.94%
GREEN value IS 80 (31.64% from 255) = 22.66%
BLUE value IS 72 (28.52% from 255) = 20.40%
R=56.94%
G=22.66%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201807200.600.640.213.7254.4353.53
HexC9504803C401543636
Octal3111201100741002546666
Binary11001001101000010010000111100100000010101100110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95048; }

 p { color: rgb(201,80,72); }

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

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

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

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

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

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

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