#C94D43

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

Shades of Sunset #C94D43

Tints of Sunset #C94D43

Color information

#C94D43 (or 0xC94D43) is unknown color: approx Sunset. HEX triplet: C9, 4D and 43. RGB value is (201,77,67). Sum of RGB (Red+Green+Blue) = 201+77+67=345 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.26% from 345); Green value is 77 (30.47% from 255 or 22.32% from 345); Blue value is 67 (26.56% from 255 or 19.42% from 345); Max value from RGB is 201 - color contains mainly: red. Hex color #C94D43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C94D43 is #36B2BC. Grayscale: #717171. Windows color (decimal): -3584701 or 4410825. OLE color: 4410825.

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

Color convert

RGB2017767-
CMYK00.620.670.21
HSL4.48º55.37%52.55%-
HSV(B)4.48º66.67%78.82%-
XYZ27.7518.137.35-
YUV112.94102.08190.81-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 58.26%
GREEN value IS 77 (30.47% from 255) = 22.32%
BLUE value IS 67 (26.56% from 255) = 19.42%
R=58.26%
G=22.32%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201776700.620.670.214.4855.3752.55
HexC94D4303E431543735
Octal3111151030761032546765
Binary11001001100110110000110111110100001110101100110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94D43; }

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

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

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

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

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

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

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

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