#C75244

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

Shades of Sunset #C75244

Tints of Sunset #C75244

Color information

#C75244 (or 0xC75244) is unknown color: approx Sunset. HEX triplet: C7, 52 and 44. RGB value is (199,82,68). Sum of RGB (Red+Green+Blue) = 199+82+68=349 (46% of max value = 765). Red value is 199 (78.12% from 255 or 57.02% from 349); Green value is 82 (32.42% from 255 or 23.50% from 349); Blue value is 68 (26.95% from 255 or 19.48% from 349); Max value from RGB is 199 - color contains mainly: red. Hex color #C75244 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75244 is #38ADBB. Grayscale: #737373. Windows color (decimal): -3714492 or 4477639. OLE color: 4477639.

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

Color convert

RGB1998268-
CMYK00.590.660.22
HSL6.41º53.91%52.35%-
HSV(B)6.41º65.83%78.04%-
XYZ27.6118.597.6-
YUV115.39101.26187.64-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 57.02%
GREEN value IS 82 (32.42% from 255) = 23.50%
BLUE value IS 68 (26.95% from 255) = 19.48%
R=57.02%
G=23.50%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199826800.590.660.226.4153.9152.35
HexC7524403B421663634
Octal3071221040731022666664
Binary11000111101001010001000111011100001010110110110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75244; }

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

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

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

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

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

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

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

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