#C85348

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

Shades of Sunset #C85348

Tints of Sunset #C85348

Color information

#C85348 (or 0xC85348) is unknown color: approx Sunset. HEX triplet: C8, 53 and 48. RGB value is (200,83,72). Sum of RGB (Red+Green+Blue) = 200+83+72=355 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.34% from 355); Green value is 83 (32.81% from 255 or 23.38% from 355); Blue value is 72 (28.52% from 255 or 20.28% from 355); Max value from RGB is 200 - color contains mainly: red. Hex color #C85348 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85348 is #37ACB7. Grayscale: #747474. Windows color (decimal): -3648696 or 4740040. OLE color: 4740040.

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

Color convert

RGB2008372-
CMYK00.580.640.22
HSL5.16º53.78%53.33%-
HSV(B)5.16º64%78.43%-
XYZ28.0818.938.31-
YUV116.73102.76187.39-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 56.34%
GREEN value IS 83 (32.81% from 255) = 23.38%
BLUE value IS 72 (28.52% from 255) = 20.28%
R=56.34%
G=23.38%
B=20.28%

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
Decimal200837200.580.640.225.1653.7853.33
HexC8534803A401653635
Octal3101231100721002656665
Binary11001000101001110010000111010100000010110101110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85348; }

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

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

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

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

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

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

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

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