#C94943

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

Shades of Sunset #C94943

Tints of Sunset #C94943

Color information

#C94943 (or 0xC94943) is unknown color: approx Sunset. HEX triplet: C9, 49 and 43. RGB value is (201,73,67). Sum of RGB (Red+Green+Blue) = 201+73+67=341 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.94% from 341); Green value is 73 (28.91% from 255 or 21.41% from 341); Blue value is 67 (26.56% from 255 or 19.65% from 341); Max value from RGB is 201 - color contains mainly: red. Hex color #C94943 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94943 is #36B6BC. Grayscale: #6E6E6E. Windows color (decimal): -3585725 or 4409801. OLE color: 4409801.

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

Color convert

RGB2017367-
CMYK00.640.670.21
HSL2.69º55.37%52.55%-
HSV(B)2.69º66.67%78.82%-
XYZ27.4817.597.26-
YUV110.59103.41192.49-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 58.94%
GREEN value IS 73 (28.91% from 255) = 21.41%
BLUE value IS 67 (26.56% from 255) = 19.65%
R=58.94%
G=21.41%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201736700.640.670.212.6955.3752.55
HexC94943040431533735
Octal31111110301001032536765
Binary11001001100100110000110100000010000111010111110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94943; }

 p { color: rgb(201,73,67); }

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

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

 a { background-color: rgb(201,73,67); }

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

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

 span { border-color: rgb(201,73,67); }

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