#C04F42

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

Shades of Sunset #C04F42

Tints of Sunset #C04F42

Color information

#C04F42 (or 0xC04F42) is unknown color: approx Sunset. HEX triplet: C0, 4F and 42. RGB value is (192,79,66). Sum of RGB (Red+Green+Blue) = 192+79+66=337 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.97% from 337); Green value is 79 (31.25% from 255 or 23.44% from 337); Blue value is 66 (26.17% from 255 or 19.58% from 337); Max value from RGB is 192 - color contains mainly: red. Hex color #C04F42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C04F42 is #3FB0BD. Grayscale: #6F6F6F. Windows color (decimal): -4174014 or 4345792. OLE color: 4345792.

HSL color Cylindrical-coordinate representation of color #C04F42: hue angle of 6.19º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C04F42 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB1927966-
CMYK00.590.660.25
HSL6.19º50%50.59%-
HSV(B)6.19º65.62%75.29%-
XYZ25.5217.197.13-
YUV111.3102.44185.56-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 56.97%
GREEN value IS 79 (31.25% from 255) = 23.44%
BLUE value IS 66 (26.17% from 255) = 19.58%
R=56.97%
G=23.44%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192796600.590.660.256.195050.59
HexC04F4203B421963233
Octal3001171020731023166263
Binary11000000100111110000100111011100001011001110110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04F42; }

 p { color: rgb(192,79,66); }

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

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

 a { background-color: rgb(192,79,66); }

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

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

 span { border-color: rgb(192,79,66); }

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