#C94744

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

Shades of Sunset #C94744

Tints of Sunset #C94744

Color information

#C94744 (or 0xC94744) is unknown color: approx Sunset. HEX triplet: C9, 47 and 44. RGB value is (201,71,68). Sum of RGB (Red+Green+Blue) = 201+71+68=340 (45% of max value = 765). Red value is 201 (78.91% from 255 or 59.12% from 340); Green value is 71 (28.12% from 255 or 20.88% from 340); Blue value is 68 (26.95% from 255 or 20% from 340); Max value from RGB is 201 - color contains mainly: red. Hex color #C94744 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94744 is #36B8BB. Grayscale: #6D6D6D. Windows color (decimal): -3586236 or 4474825. OLE color: 4474825.

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

Color convert

RGB2017168-
CMYK00.650.660.21
HSL1.35º55.19%52.75%-
HSV(B)1.35º66.17%78.82%-
XYZ27.3817.347.37-
YUV109.53104.57193.24-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 59.12%
GREEN value IS 71 (28.12% from 255) = 20.88%
BLUE value IS 68 (26.95% from 255) = 20%
R=59.12%
G=20.88%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.66
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201716800.650.660.211.3555.1952.75
HexC94744041421513735
Octal31110710401011022516765
Binary1100100110001111000100010000011000010101011110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94744; }

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

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

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

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

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

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

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

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