#C8545D

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

Shades of Mandy #C8545D

Tints of Mandy #C8545D

Color information

#C8545D (or 0xC8545D) is unknown color: approx Mandy. HEX triplet: C8, 54 and 5D. RGB value is (200,84,93). Sum of RGB (Red+Green+Blue) = 200+84+93=377 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.05% from 377); Green value is 84 (33.20% from 255 or 22.28% from 377); Blue value is 93 (36.72% from 255 or 24.67% from 377); Max value from RGB is 200 - color contains mainly: red. Hex color #C8545D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8545D is #37ABA2. Grayscale: #777777. Windows color (decimal): -3648419 or 6116552. OLE color: 6116552.

HSL color Cylindrical-coordinate representation of color #C8545D: hue angle of 355.34º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C8545D is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB2008493-
CMYK00.580.540.22
HSL355.34º51.33%55.69%-
HSV(B)355.34º58%78.43%-
XYZ28.9719.4112.58-
YUV119.71112.93185.27-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 53.05%
GREEN value IS 84 (33.20% from 255) = 22.28%
BLUE value IS 93 (36.72% from 255) = 24.67%
R=53.05%
G=22.28%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200849300.580.540.22355.3451.3355.69
HexC8545D03A36161633338
Octal31012413507266265436370
Binary1100100010101001011101011101011011010110101100011110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8545D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8545D; }

 p { color: rgb(200,84,93); }

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

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

 a { background-color: rgb(200,84,93); }

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

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

 span { border-color: rgb(200,84,93); }

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