#C85248

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

Shades of Sunset #C85248

Tints of Sunset #C85248

Color information

#C85248 (or 0xC85248) is unknown color: approx Sunset. HEX triplet: C8, 52 and 48. RGB value is (200,82,72). Sum of RGB (Red+Green+Blue) = 200+82+72=354 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.50% from 354); Green value is 82 (32.42% from 255 or 23.16% from 354); Blue value is 72 (28.52% from 255 or 20.34% from 354); Max value from RGB is 200 - color contains mainly: red. Hex color #C85248 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85248 is #37ADB7. Grayscale: #747474. Windows color (decimal): -3648952 or 4739784. OLE color: 4739784.

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

Color convert

RGB2008272-
CMYK00.590.640.22
HSL4.69º53.78%53.33%-
HSV(B)4.69º64%78.43%-
XYZ28.0118.788.28-
YUV116.14103.09187.81-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 56.50%
GREEN value IS 82 (32.42% from 255) = 23.16%
BLUE value IS 72 (28.52% from 255) = 20.34%
R=56.50%
G=23.16%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200827200.590.640.224.6953.7853.33
HexC8524803B401653635
Octal3101221100731002656665
Binary11001000101001010010000111011100000010110101110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85248; }

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

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

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

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

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

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

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

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