#C94F48

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

Shades of Sunset #C94F48

Tints of Sunset #C94F48

Color information

#C94F48 (or 0xC94F48) is unknown color: approx Sunset. HEX triplet: C9, 4F and 48. RGB value is (201,79,72). Sum of RGB (Red+Green+Blue) = 201+79+72=352 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.10% from 352); Green value is 79 (31.25% from 255 or 22.44% from 352); Blue value is 72 (28.52% from 255 or 20.45% from 352); Max value from RGB is 201 - color contains mainly: red. Hex color #C94F48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C94F48 is #36B0B7. Grayscale: #727272. Windows color (decimal): -3584184 or 4739017. OLE color: 4739017.

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

Color convert

RGB2017972-
CMYK00.610.640.21
HSL3.26º54.43%53.53%-
HSV(B)3.26º64.18%78.82%-
XYZ28.0518.488.22-
YUV114.68103.92189.57-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 57.10%
GREEN value IS 79 (31.25% from 255) = 22.44%
BLUE value IS 72 (28.52% from 255) = 20.45%
R=57.10%
G=22.44%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201797200.610.640.213.2654.4353.53
HexC94F4803D401533636
Octal3111171100751002536666
Binary1100100110011111001000011110110000001010111110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94F48; }

 p { color: rgb(201,79,72); }

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

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

 a { background-color: rgb(201,79,72); }

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

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

 span { border-color: rgb(201,79,72); }

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