#C75145

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

Shades of Sunset #C75145

Tints of Sunset #C75145

Color information

#C75145 (or 0xC75145) is unknown color: approx Sunset. HEX triplet: C7, 51 and 45. RGB value is (199,81,69). Sum of RGB (Red+Green+Blue) = 199+81+69=349 (46% of max value = 765). Red value is 199 (78.12% from 255 or 57.02% from 349); Green value is 81 (32.03% from 255 or 23.21% from 349); Blue value is 69 (27.34% from 255 or 19.77% from 349); Max value from RGB is 199 - color contains mainly: red. Hex color #C75145 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75145 is #38AEBA. Grayscale: #737373. Windows color (decimal): -3714747 or 4542919. OLE color: 4542919.

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

Color convert

RGB1998169-
CMYK00.590.650.22
HSL5.54º53.72%52.55%-
HSV(B)5.54º65.33%78.04%-
XYZ27.5718.467.74-
YUV114.91102.09187.98-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 57.02%
GREEN value IS 81 (32.03% from 255) = 23.21%
BLUE value IS 69 (27.34% from 255) = 19.77%
R=57.02%
G=23.21%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.65
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199816900.590.650.225.5453.7252.55
HexC7514503B411663635
Octal3071211050731012666665
Binary11000111101000110001010111011100000110110110110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75145; }

 p { color: rgb(199,81,69); }

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

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

 a { background-color: rgb(199,81,69); }

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

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

 span { border-color: rgb(199,81,69); }

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