#C65448

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

Shades of Sunset #C65448

Tints of Sunset #C65448

Color information

#C65448 (or 0xC65448) is unknown color: approx Sunset. HEX triplet: C6, 54 and 48. RGB value is (198,84,72). Sum of RGB (Red+Green+Blue) = 198+84+72=354 (46% of max value = 765). Red value is 198 (77.73% from 255 or 55.93% from 354); Green value is 84 (33.20% from 255 or 23.73% from 354); Blue value is 72 (28.52% from 255 or 20.34% from 354); Max value from RGB is 198 - color contains mainly: red. Hex color #C65448 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65448 is #39ABB7. Grayscale: #747474. Windows color (decimal): -3779512 or 4740294. OLE color: 4740294.

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

Color convert

RGB1988472-
CMYK00.580.640.22
HSL5.71º52.5%52.94%-
HSV(B)5.71º63.64%77.65%-
XYZ27.6318.818.31-
YUV116.72102.77185.98-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 55.93%
GREEN value IS 84 (33.20% from 255) = 23.73%
BLUE value IS 72 (28.52% from 255) = 20.34%
R=55.93%
G=23.73%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198847200.580.640.225.7152.552.94
HexC6544803A401663535
Octal3061241100721002666565
Binary11000110101010010010000111010100000010110110110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65448; }

 p { color: rgb(198,84,72); }

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

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

 a { background-color: rgb(198,84,72); }

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

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

 span { border-color: rgb(198,84,72); }

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