#C75049

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

Shades of Sunset #C75049

Tints of Sunset #C75049

Color information

#C75049 (or 0xC75049) is unknown color: approx Sunset. HEX triplet: C7, 50 and 49. RGB value is (199,80,73). Sum of RGB (Red+Green+Blue) = 199+80+73=352 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.53% from 352); Green value is 80 (31.64% from 255 or 22.73% from 352); Blue value is 73 (28.91% from 255 or 20.74% from 352); Max value from RGB is 199 - color contains mainly: red. Hex color #C75049 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75049 is #38AFB6. Grayscale: #727272. Windows color (decimal): -3714999 or 4804807. OLE color: 4804807.

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

Color convert

RGB1998073-
CMYK00.600.630.22
HSL3.33º52.94%53.33%-
HSV(B)3.33º63.32%78.04%-
XYZ27.6218.368.39-
YUV114.78104.42188.07-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 56.53%
GREEN value IS 80 (31.64% from 255) = 22.73%
BLUE value IS 73 (28.91% from 255) = 20.74%
R=56.53%
G=22.73%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199807300.600.630.223.3352.9453.33
HexC7504903C3F1633535
Octal307120111074772636565
Binary110001111010000100100101111001111111011011110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75049; }

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

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

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

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

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

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

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

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