#C94942

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

Shades of Sunset #C94942

Tints of Sunset #C94942

Color information

#C94942 (or 0xC94942) is unknown color: approx Sunset. HEX triplet: C9, 49 and 42. RGB value is (201,73,66). Sum of RGB (Red+Green+Blue) = 201+73+66=340 (45% of max value = 765). Red value is 201 (78.91% from 255 or 59.12% from 340); Green value is 73 (28.91% from 255 or 21.47% from 340); Blue value is 66 (26.17% from 255 or 19.41% from 340); Max value from RGB is 201 - color contains mainly: red. Hex color #C94942 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94942 is #36B6BD. Grayscale: #6E6E6E. Windows color (decimal): -3585726 or 4344265. OLE color: 4344265.

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

Color convert

RGB2017366-
CMYK00.640.670.21
HSL3.11º55.56%52.35%-
HSV(B)3.11º67.16%78.82%-
XYZ27.4517.587.1-
YUV110.47102.91192.57-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 59.12%
GREEN value IS 73 (28.91% from 255) = 21.47%
BLUE value IS 66 (26.17% from 255) = 19.41%
R=59.12%
G=21.47%
B=19.41%

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
Decimal201736600.640.670.213.1155.5652.35
HexC94942040431533834
Octal31111110201001032537064
Binary11001001100100110000100100000010000111010111111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94942; }

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

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

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

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

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

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

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

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