#C6535E

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

Shades of Mandy #C6535E

Tints of Mandy #C6535E

Color information

#C6535E (or 0xC6535E) is unknown color: approx Mandy. HEX triplet: C6, 53 and 5E. RGB value is (198,83,94). Sum of RGB (Red+Green+Blue) = 198+83+94=375 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.8% from 375); Green value is 83 (32.81% from 255 or 22.13% from 375); Blue value is 94 (37.11% from 255 or 25.07% from 375); Max value from RGB is 198 - color contains mainly: red. Hex color #C6535E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6535E is #39ACA1. Grayscale: #767676. Windows color (decimal): -3779746 or 6181830. OLE color: 6181830.

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

Color convert

RGB1988394-
CMYK00.580.530.22
HSL354.26º50.22%55.1%-
HSV(B)354.26º58.08%77.65%-
XYZ28.41912.76-
YUV118.64114.1184.61-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 52.8%
GREEN value IS 83 (32.81% from 255) = 22.13%
BLUE value IS 94 (37.11% from 255) = 25.07%
R=52.8%
G=22.13%
B=25.07%

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
Decimal198839400.580.530.22354.2650.2255.1
HexC6535E03A35161623237
Octal30612313607265265426267
Binary1100011010100111011110011101011010110110101100010110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6535E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6535E; }

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

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

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

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

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

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

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

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