#C8535E

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

Shades of Mandy #C8535E

Tints of Mandy #C8535E

Color information

#C8535E (or 0xC8535E) is unknown color: approx Mandy. HEX triplet: C8, 53 and 5E. RGB value is (200,83,94). Sum of RGB (Red+Green+Blue) = 200+83+94=377 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.05% from 377); Green value is 83 (32.81% from 255 or 22.02% from 377); Blue value is 94 (37.11% from 255 or 24.93% from 377); Max value from RGB is 200 - color contains mainly: red. Hex color #C8535E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8535E is #37ACA1. Grayscale: #777777. Windows color (decimal): -3648674 or 6181832. OLE color: 6181832.

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

Color convert

RGB2008394-
CMYK00.580.530.22
HSL354.36º51.54%55.49%-
HSV(B)354.36º58.5%78.43%-
XYZ28.9319.2712.78-
YUV119.24113.76185.61-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 53.05%
GREEN value IS 83 (32.81% from 255) = 22.02%
BLUE value IS 94 (37.11% from 255) = 24.93%
R=53.05%
G=22.02%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200839400.580.530.22354.3651.5455.49
HexC8535E03A35161623437
Octal31012313607265265426467
Binary1100100010100111011110011101011010110110101100010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8535E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8535E; }

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

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

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

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

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

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

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

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