#C95246

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

Shades of Sunset #C95246

Tints of Sunset #C95246

Color information

#C95246 (or 0xC95246) is unknown color: approx Sunset. HEX triplet: C9, 52 and 46. RGB value is (201,82,70). Sum of RGB (Red+Green+Blue) = 201+82+70=353 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.94% from 353); Green value is 82 (32.42% from 255 or 23.23% from 353); Blue value is 70 (27.73% from 255 or 19.83% from 353); Max value from RGB is 201 - color contains mainly: red. Hex color #C95246 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95246 is #36ADB9. Grayscale: #747474. Windows color (decimal): -3583418 or 4608713. OLE color: 4608713.

HSL color Cylindrical-coordinate representation of color #C95246: hue angle of 5.5º 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 #C95246 is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB2018270-
CMYK00.590.650.21
HSL5.5º54.81%53.14%-
HSV(B)5.5º65.17%78.82%-
XYZ28.2118.897.95-
YUV116.21101.92188.48-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 56.94%
GREEN value IS 82 (32.42% from 255) = 23.23%
BLUE value IS 70 (27.73% from 255) = 19.83%
R=56.94%
G=23.23%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201827000.590.650.215.554.8153.14
HexC9524603B411553735
Octal3111221060731012556765
Binary11001001101001010001100111011100000110101101110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95246; }

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

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

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

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

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

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

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

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