#C94A41

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

Shades of Sunset #C94A41

Tints of Sunset #C94A41

Color information

#C94A41 (or 0xC94A41) is unknown color: approx Sunset. HEX triplet: C9, 4A and 41. RGB value is (201,74,65). Sum of RGB (Red+Green+Blue) = 201+74+65=340 (45% of max value = 765). Red value is 201 (78.91% from 255 or 59.12% from 340); Green value is 74 (29.30% from 255 or 21.76% from 340); Blue value is 65 (25.78% from 255 or 19.12% from 340); Max value from RGB is 201 - color contains mainly: red. Hex color #C94A41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94A41 is #36B5BE. Grayscale: #6F6F6F. Windows color (decimal): -3585471 or 4278985. OLE color: 4278985.

HSL color Cylindrical-coordinate representation of color #C94A41: hue angle of 3.97º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C94A41 is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB2017465-
CMYK00.630.680.21
HSL3.97º55.74%52.16%-
HSV(B)3.97º67.66%78.82%-
XYZ27.4917.76.97-
YUV110.95102.08192.23-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 59.12%
GREEN value IS 74 (29.30% from 255) = 21.76%
BLUE value IS 65 (25.78% from 255) = 19.12%
R=59.12%
G=21.76%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201746500.630.680.213.9755.7452.16
HexC94A4103F441543834
Octal3111121010771042547064
Binary11001001100101010000010111111100010010101100111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94A41; }

 p { color: rgb(201,74,65); }

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

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

 a { background-color: rgb(201,74,65); }

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

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

 span { border-color: rgb(201,74,65); }

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