#c64949

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

Shades of Sunset #C64949

Tints of Sunset #C64949

Color information

#C64949 (or 0xC64949) is unknown color: approx Sunset. HEX triplet: C6, 49 and 49. RGB value is (198,73,73). Sum of RGB (Red+Green+Blue) = 198+73+73=344 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.56% from 344); Green value is 73 (28.91% from 255 or 21.22% from 344); Blue value is 73 (28.91% from 255 or 21.22% from 344); Max value from RGB is 198 - color contains mainly: red. Hex color #C64949 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64949 is #39B6B6. Grayscale: #6E6E6E. Windows color (decimal): -3782327 or 4803014. OLE color: 4803014.

HSL color Cylindrical-coordinate representation of color #C64949: hue angle of 0º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C64949 is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB1987373-
CMYK00.630.630.22
HSL52.3%53.14%-
HSV(B)63.13%77.65%-
XYZ26.8717.258.22-
YUV110.38106.91190.5-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 57.56%
GREEN value IS 73 (28.91% from 255) = 21.22%
BLUE value IS 73 (28.91% from 255) = 21.22%
R=57.56%
G=21.22%
B=21.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198737300.630.630.22052.353.14
HexC6494903F3F1603435
Octal306111111077772606465
Binary11000110100100110010010111111111111101100110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c64949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c64949; }

 p { color: rgb(198,73,73); }

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

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

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

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

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

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

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