#C94D44

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

Shades of Sunset #C94D44

Tints of Sunset #C94D44

Color information

#C94D44 (or 0xC94D44) is unknown color: approx Sunset. HEX triplet: C9, 4D and 44. RGB value is (201,77,68). Sum of RGB (Red+Green+Blue) = 201+77+68=346 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.09% from 346); Green value is 77 (30.47% from 255 or 22.25% from 346); Blue value is 68 (26.95% from 255 or 19.65% from 346); Max value from RGB is 201 - color contains mainly: red. Hex color #C94D44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C94D44 is #36B2BB. Grayscale: #717171. Windows color (decimal): -3584700 or 4476361. OLE color: 4476361.

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

Color convert

RGB2017768-
CMYK00.620.660.21
HSL4.06º55.19%52.75%-
HSV(B)4.06º66.17%78.82%-
XYZ27.7818.147.51-
YUV113.05102.58190.73-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 58.09%
GREEN value IS 77 (30.47% from 255) = 22.25%
BLUE value IS 68 (26.95% from 255) = 19.65%
R=58.09%
G=22.25%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.66
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201776800.620.660.214.0655.1952.75
HexC94D4403E421543735
Octal3111151040761022546765
Binary11001001100110110001000111110100001010101100110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94D44; }

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

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

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

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

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

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

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

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