#C65348

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

Shades of Sunset #C65348

Tints of Sunset #C65348

Color information

#C65348 (or 0xC65348) is unknown color: approx Sunset. HEX triplet: C6, 53 and 48. RGB value is (198,83,72). Sum of RGB (Red+Green+Blue) = 198+83+72=353 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.09% from 353); Green value is 83 (32.81% from 255 or 23.51% from 353); Blue value is 72 (28.52% from 255 or 20.40% from 353); Max value from RGB is 198 - color contains mainly: red. Hex color #C65348 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65348 is #39ACB7. Grayscale: #747474. Windows color (decimal): -3779768 or 4740038. OLE color: 4740038.

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

Color convert

RGB1988372-
CMYK00.580.640.22
HSL5.24º52.5%52.94%-
HSV(B)5.24º63.64%77.65%-
XYZ27.5518.668.28-
YUV116.13103.1186.39-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 56.09%
GREEN value IS 83 (32.81% from 255) = 23.51%
BLUE value IS 72 (28.52% from 255) = 20.40%
R=56.09%
G=23.51%
B=20.40%

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
Decimal198837200.580.640.225.2452.552.94
HexC6534803A401653535
Octal3061231100721002656565
Binary11000110101001110010000111010100000010110101110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65348; }

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

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

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

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

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

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

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

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