#C75142

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

Shades of Sunset #C75142

Tints of Sunset #C75142

Color information

#C75142 (or 0xC75142) is unknown color: approx Sunset. HEX triplet: C7, 51 and 42. RGB value is (199,81,66). Sum of RGB (Red+Green+Blue) = 199+81+66=346 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.51% from 346); Green value is 81 (32.03% from 255 or 23.41% from 346); Blue value is 66 (26.17% from 255 or 19.08% from 346); Max value from RGB is 199 - color contains mainly: red. Hex color #C75142 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75142 is #38AEBD. Grayscale: #727272. Windows color (decimal): -3714750 or 4346311. OLE color: 4346311.

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

Color convert

RGB1998166-
CMYK00.590.670.22
HSL6.77º54.29%51.96%-
HSV(B)6.77º66.83%78.04%-
XYZ27.4818.427.26-
YUV114.57100.59188.22-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 57.51%
GREEN value IS 81 (32.03% from 255) = 23.41%
BLUE value IS 66 (26.17% from 255) = 19.08%
R=57.51%
G=23.41%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199816600.590.670.226.7754.2951.96
HexC7514203B431673634
Octal3071211020731032676664
Binary11000111101000110000100111011100001110110111110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75142; }

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

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

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

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

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

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

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

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