#C15244

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

Shades of Sunset #C15244

Tints of Sunset #C15244

Color information

#C15244 (or 0xC15244) is unknown color: approx Sunset. HEX triplet: C1, 52 and 44. RGB value is (193,82,68). Sum of RGB (Red+Green+Blue) = 193+82+68=343 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.27% from 343); Green value is 82 (32.42% from 255 or 23.91% from 343); Blue value is 68 (26.95% from 255 or 19.83% from 343); Max value from RGB is 193 - color contains mainly: red. Hex color #C15244 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15244 is #3EADBB. Grayscale: #717171. Windows color (decimal): -4107708 or 4477633. OLE color: 4477633.

HSL color Cylindrical-coordinate representation of color #C15244: hue angle of 6.72º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C15244 is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB1938268-
CMYK00.580.650.24
HSL6.72º50.2%51.18%-
HSV(B)6.72º64.77%75.69%-
XYZ26.0517.797.53-
YUV113.59102.27184.64-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 56.27%
GREEN value IS 82 (32.42% from 255) = 23.91%
BLUE value IS 68 (26.95% from 255) = 19.83%
R=56.27%
G=23.91%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193826800.580.650.246.7250.251.18
HexC1524403A411873233
Octal3011221040721013076263
Binary11000001101001010001000111010100000111000111110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15244; }

 p { color: rgb(193,82,68); }

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

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

 a { background-color: rgb(193,82,68); }

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

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

 span { border-color: rgb(193,82,68); }

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