#c04f4d

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

Shades of Sunset #C04F4D

Tints of Sunset #C04F4D

Color information

#C04F4D (or 0xC04F4D) is unknown color: approx Sunset. HEX triplet: C0, 4F and 4D. RGB value is (192,79,77). Sum of RGB (Red+Green+Blue) = 192+79+77=348 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.17% from 348); Green value is 79 (31.25% from 255 or 22.70% from 348); Blue value is 77 (30.47% from 255 or 22.13% from 348); Max value from RGB is 192 - color contains mainly: red. Hex color #C04F4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C04F4D is #3FB0B2. Grayscale: #707070. Windows color (decimal): -4174003 or 5066688. OLE color: 5066688.

HSL color Cylindrical-coordinate representation of color #C04F4D: hue angle of 1.04º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C04F4D is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB1927977-
CMYK00.590.600.25
HSL1.04º47.72%52.75%-
HSV(B)1.04º59.9%75.29%-
XYZ25.8717.339-
YUV112.56107.94184.66-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 55.17%
GREEN value IS 79 (31.25% from 255) = 22.70%
BLUE value IS 77 (30.47% from 255) = 22.13%
R=55.17%
G=22.70%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192797700.590.600.251.0447.7252.75
HexC04F4D03B3C1913035
Octal300117115073743116065
Binary11000000100111110011010111011111100110011110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c04f4d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c04f4d; }

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

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

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

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

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

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

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

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