#C8525D

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

Shades of Mandy #C8525D

Tints of Mandy #C8525D

Color information

#C8525D (or 0xC8525D) is unknown color: approx Mandy. HEX triplet: C8, 52 and 5D. RGB value is (200,82,93). Sum of RGB (Red+Green+Blue) = 200+82+93=375 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.33% from 375); Green value is 82 (32.42% from 255 or 21.87% from 375); Blue value is 93 (36.72% from 255 or 24.8% from 375); Max value from RGB is 200 - color contains mainly: red. Hex color #C8525D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8525D is #37ADA2. Grayscale: #767676. Windows color (decimal): -3648931 or 6116040. OLE color: 6116040.

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

Color convert

RGB2008293-
CMYK00.590.540.22
HSL354.41º51.75%55.29%-
HSV(B)354.41º59%78.43%-
XYZ28.8119.112.52-
YUV118.54113.59186.11-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 53.33%
GREEN value IS 82 (32.42% from 255) = 21.87%
BLUE value IS 93 (36.72% from 255) = 24.8%
R=53.33%
G=21.87%
B=24.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200829300.590.540.22354.4151.7555.29
HexC8525D03B36161623437
Octal31012213507366265426467
Binary1100100010100101011101011101111011010110101100010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8525D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8525D; }

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

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

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

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

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

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

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

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