#C94B43

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

Shades of Sunset #C94B43

Tints of Sunset #C94B43

Color information

#C94B43 (or 0xC94B43) is unknown color: approx Sunset. HEX triplet: C9, 4B and 43. RGB value is (201,75,67). Sum of RGB (Red+Green+Blue) = 201+75+67=343 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.60% from 343); Green value is 75 (29.69% from 255 or 21.87% from 343); Blue value is 67 (26.56% from 255 or 19.53% from 343); Max value from RGB is 201 - color contains mainly: red. Hex color #C94B43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94B43 is #36B4BC. Grayscale: #6F6F6F. Windows color (decimal): -3585213 or 4410313. OLE color: 4410313.

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

Color convert

RGB2017567-
CMYK00.630.670.21
HSL3.58º55.37%52.55%-
HSV(B)3.58º66.67%78.82%-
XYZ27.6217.857.3-
YUV111.76102.74191.65-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 58.60%
GREEN value IS 75 (29.69% from 255) = 21.87%
BLUE value IS 67 (26.56% from 255) = 19.53%
R=58.60%
G=21.87%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201756700.630.670.213.5855.3752.55
HexC94B4303F431543735
Octal3111131030771032546765
Binary11001001100101110000110111111100001110101100110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94B43; }

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

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

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

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

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

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

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

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