#C65546

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

Shades of Sunset #C65546

Tints of Sunset #C65546

Color information

#C65546 (or 0xC65546) is unknown color: approx Sunset. HEX triplet: C6, 55 and 46. RGB value is (198,85,70). Sum of RGB (Red+Green+Blue) = 198+85+70=353 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.09% from 353); Green value is 85 (33.59% from 255 or 24.08% from 353); Blue value is 70 (27.73% from 255 or 19.83% from 353); Max value from RGB is 198 - color contains mainly: red. Hex color #C65546 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65546 is #39AAB9. Grayscale: #757575. Windows color (decimal): -3779258 or 4609478. OLE color: 4609478.

HSL color Cylindrical-coordinate representation of color #C65546: hue angle of 7.03º degrees, saturation: 0.53, 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 #C65546 is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB1988570-
CMYK00.570.650.22
HSL7.03º52.89%52.55%-
HSV(B)7.03º64.65%77.65%-
XYZ27.6418.947.99-
YUV117.08101.44185.72-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 56.09%
GREEN value IS 85 (33.59% from 255) = 24.08%
BLUE value IS 70 (27.73% from 255) = 19.83%
R=56.09%
G=24.08%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.65
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198857000.570.650.227.0352.8952.55
HexC65546039411673535
Octal3061251060711012676565
Binary11000110101010110001100111001100000110110111110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65546; }

 p { color: rgb(198,85,70); }

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

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

 a { background-color: rgb(198,85,70); }

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

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

 span { border-color: rgb(198,85,70); }

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