#C75048

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

Shades of Sunset #C75048

Tints of Sunset #C75048

Color information

#C75048 (or 0xC75048) is unknown color: approx Sunset. HEX triplet: C7, 50 and 48. RGB value is (199,80,72). Sum of RGB (Red+Green+Blue) = 199+80+72=351 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.70% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 72 (28.52% from 255 or 20.51% from 351); Max value from RGB is 199 - color contains mainly: red. Hex color #C75048 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75048 is #38AFB7. Grayscale: #727272. Windows color (decimal): -3715000 or 4739271. OLE color: 4739271.

HSL color Cylindrical-coordinate representation of color #C75048: hue angle of 3.78º 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 #C75048 is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB1998072-
CMYK00.600.640.22
HSL3.78º53.14%53.14%-
HSV(B)3.78º63.82%78.04%-
XYZ27.5918.358.22-
YUV114.67103.92188.15-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 56.70%
GREEN value IS 80 (31.64% from 255) = 22.79%
BLUE value IS 72 (28.52% from 255) = 20.51%
R=56.70%
G=22.79%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199807200.600.640.223.7853.1453.14
HexC7504803C401643535
Octal3071201100741002646565
Binary11000111101000010010000111100100000010110100110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75048; }

 p { color: rgb(199,80,72); }

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

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

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

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

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

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

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