#C64848

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

Shades of Sunset #C64848

Tints of Sunset #C64848

Color information

#C64848 (or 0xC64848) is unknown color: approx Sunset. HEX triplet: C6, 48 and 48. RGB value is (198,72,72). Sum of RGB (Red+Green+Blue) = 198+72+72=342 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.89% from 342); Green value is 72 (28.52% from 255 or 21.05% from 342); Blue value is 72 (28.52% from 255 or 21.05% from 342); Max value from RGB is 198 - color contains mainly: red. Hex color #C64848 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64848 is #39B7B7. Grayscale: #6D6D6D. Windows color (decimal): -3782584 or 4737222. OLE color: 4737222.

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

Color convert

RGB1987272-
CMYK00.640.640.22
HSL52.5%52.94%-
HSV(B)63.64%77.65%-
XYZ26.7817.118.02-
YUV109.67106.74191-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 57.89%
GREEN value IS 72 (28.52% from 255) = 21.05%
BLUE value IS 72 (28.52% from 255) = 21.05%
R=57.89%
G=21.05%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198727200.640.640.22052.552.94
HexC64848040401603535
Octal30611011001001002606565
Binary1100011010010001001000010000001000000101100110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64848; }

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

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

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

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

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

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

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

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