#C95146

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

Shades of Sunset #C95146

Tints of Sunset #C95146

Color information

#C95146 (or 0xC95146) is unknown color: approx Sunset. HEX triplet: C9, 51 and 46. RGB value is (201,81,70). Sum of RGB (Red+Green+Blue) = 201+81+70=352 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.10% from 352); Green value is 81 (32.03% from 255 or 23.01% from 352); Blue value is 70 (27.73% from 255 or 19.89% from 352); Max value from RGB is 201 - color contains mainly: red. Hex color #C95146 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95146 is #36AEB9. Grayscale: #737373. Windows color (decimal): -3583674 or 4608457. OLE color: 4608457.

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

Color convert

RGB2018170-
CMYK00.600.650.21
HSL5.04º54.81%53.14%-
HSV(B)5.04º65.17%78.82%-
XYZ28.1418.747.93-
YUV115.63102.26188.89-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 57.10%
GREEN value IS 81 (32.03% from 255) = 23.01%
BLUE value IS 70 (27.73% from 255) = 19.89%
R=57.10%
G=23.01%
B=19.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201817000.600.650.215.0454.8153.14
HexC9514603C411553735
Octal3111211060741012556765
Binary11001001101000110001100111100100000110101101110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95146; }

 p { color: rgb(201,81,70); }

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

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

 a { background-color: rgb(201,81,70); }

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

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

 span { border-color: rgb(201,81,70); }

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